Turn images upside down

Turn images upside down

What is Turn images upside down?

Turn images upside down is a Chrome extension developed by lu1s, and its main feature is "Turn images upside down".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Turn images upside down Extension CRX File

Download Turn images upside down 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

                        This extension, when clicked, will turn every image upside down usign css rotate and a transition effect. When clicking again, it will turn them back to their original position.                    

Extension Basic Information

Name Turn images upside down Turn images upside down
ID dkfmdnojipbgbfafjbiinbjjdbeclbin
Official URL https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin
Description Turn images upside down
File Size 27.05 KB
Installation Count 39
Current Version 0.0.1
Last Updated 2020-04-02
Publish Date 2020-03-27
Rating 5.00/5 Total 1 Ratings
Developer lu1s
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turn images upside down",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Turn images upside down",
    "homepage_url": "http:\/\/luispulido.com",
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Turn images upside down"
    },
    "permissions": [
        "activeTab"
    ]
}