Any chrome extension which rotates image on a page?

3

Is there any chrome extension which rotates image on a page? Some photo sharing sites, does not rotate vertical image automatically. So i need to see those images by turning my head. Is there any chrome extension which can do the job for me easily when i browse?

I have tried .picnik, but that seems too heavy lifting for my purpose.

Thank you.

michael

Posted 2011-02-15T20:45:49.873

Reputation: 4 127

Question was closed 2015-10-23T10:11:09.697

Answers

1

GooEdit

In case you need one for Firefox: Image Zoom

ngen

Posted 2011-02-15T20:45:49.873

Reputation: 1 393

1

The extension Flip this allows you to do this.

Andrew

Posted 2011-02-15T20:45:49.873

Reputation: 232

0

If you don't want an extension for that, and don't mind wacky behavior with all images on a web page, you can use the following bookmarklet script by creating a bookmark and using the script below as address:

javascript:(function(){for(i=0;i<document.images.length;i++)document.images[i].style.webkitTransform='rotate(90deg)';})()

On SuperUser, it rotates all avatar pictures (not the logo though, as it works differently). You might need it in two variants though, 90deg and 270deg, since repeatedly pressing the bookmarklet won't have any effect.

Daniel Beck

Posted 2011-02-15T20:45:49.873

Reputation: 98 421

0

There is actually a much better Chrome Extension called IMG Rotate which allows you to right-click an image and just select how much you want to rotate it by.

Mastergalen

Posted 2011-02-15T20:45:49.873

Reputation: 1 999