Image transform

Rotate images

What is Image transform?

Image transform is a Chrome extension developed by negi_0919, and its main feature is " Rotate images".

Extension Screenshots

Download Image transform Extension CRX File

Download Image transform 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

                        画像がくるくるまわーる                    

Extension Basic Information

Name Image transform Image transform
ID mlbbkpnjcomhnkclfohoidahaemgokik
Official URL https://chrome.google.com/webstore/detail/mlbbkpnjcomhnkclfohoidahaemgokik
Description Rotate images
File Size 12.22 KB
Installation Count 26
Current Version 1.0.0
Last Updated 2017-10-29
Publish Date 2017-10-29
Developer negi_0919
Payment Type free
Extension Website https://routecompass.net/chrome-transform/
Help Page URL https://twitter.com/okawa_compass
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image transform",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": " Rotate images",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "okawa.css"
            ]
        }
    ],
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}