Image Flip

Flip image on hover.

What is Image Flip?

Image Flip is a Chrome extension developed by Unknown, and its main feature is "Flip image on hover.".

Extension Screenshots

screenshot
screenshot

Download Image Flip Extension CRX File

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

                        Want to add a little entertainment to your page? Use this extension to flip image on the page ... the results can be truly entertaining!                    

Extension Basic Information

Name Image Flip Image Flip
ID pkbhkhbgdaamliaimlpdlhokkecoibka
Official URL https://chromewebstore.google.com/detail/image-flip/pkbhkhbgdaamliaimlpdlhokkecoibka
Description Flip image on hover.
File Size 41.93 KB
Installation Count 1,285
Current Version 0.1
Last Updated 2014-01-02
Publish Date 2014-01-02
Rating 2.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Flip",
    "description": "Flip image on hover.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ]
}