Simple Image Rotator
(extremely) basic extension to rotate images in-place
What is Simple Image Rotator?
Simple Image Rotator is a Chrome extension developed by major, and its main feature is "(extremely) basic extension to rotate images in-place".
Extension Screenshots
Download Simple Image Rotator Extension CRX File
Download Simple Image Rotator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
INCREDIBLY simple app to (hopefully) rotate images in-place. Simply right-click on an image, and choose desired orientation in the menu. Doesn't always work but is dumb and (just about) functional. Just applies CSS `-webkit-transform: rotate(Xdeg)` where x is 0, 90, 180, or 270. Does not attempt to resize or re-centre or any other smarts
Extension Basic Information
Name | Simple Image Rotator |
ID | celbdinhikbidipcbkmphghkoibafbik |
Official URL | https://chromewebstore.google.com/detail/simple-image-rotator/celbdinhikbidipcbkmphghkoibafbik |
Description | (extremely) basic extension to rotate images in-place |
File Size | 3.82 KB |
Installation Count | 3,616 |
Current Version | 0.0.2 |
Last Updated | 2022-08-03 |
Publish Date | 2020-02-26 |
Rating | 2.50/5 Total 14 Ratings |
Developer | major |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/majorsimon/chrome-simple-image-rotator |
Help Page URL | https://github.com/majorsimon/chrome-simple-image-rotator |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Image Rotator", "description": "(extremely) basic extension to rotate images in-place", "version": "0.0.2", "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |