Flipper

This tool enables rotate and flip images on your browser.

What is Flipper?

Flipper is a Chrome extension developed by https://nakashima723.info, and its main feature is "This tool enables rotate and flip images on your browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Flipper Extension CRX File

Download Flipper 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 tool enables rotate and flip images on your browser.                    

Extension Basic Information

Name Flipper Flipper
ID hcpgdfjpehdkdebjepgcmgkhoabjdegf
Official URL https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf
Description This tool enables rotate and flip images on your browser.
File Size 52.71 KB
Installation Count 1,739
Current Version 1.2.2
Last Updated 2022-06-23
Publish Date 2016-10-22
Rating 3.67/5 Total 3 Ratings
Developer https://nakashima723.info
Email [email protected]
Payment Type free
Extension Website https://twitter.com/nakashima723
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/flipper_16.png",
        "48": "images\/flipper_48.png",
        "128": "images\/flipper_128.png"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contents.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/flipper_16.png",
        "default_title": "\u30a8\u30ac\u30de\u30ef\u30fc\u30eb",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}