Flipper
This tool enables rotate and flip images on your browser.
Flipperとは何ですか?
Flipperはhttps://nakashima723.infoによって開発されたChromeの拡張機能で、その主な機能は「This tool enables rotate and flip images on your browser.」です。
拡張機能のスクリーンショット
Flipper拡張機能のCRXファイルをダウンロード
Flipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This tool enables rotate and flip images on your browser.                     拡張機能の基本情報
| 名前 |   |  
| ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf | 
| 公式URL | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf | 
| 説明 | This tool enables rotate and flip images on your browser. | 
| ファイルサイズ | 52.71 KB | 
| インストール数 | 1,739 | 
| 現在のバージョン | 1.2.2 | 
| 最終更新日 | 2022-06-23 | 
| 公開日 | 2016-10-22 | 
| 評価 | 3.67/5 合計 3 レビュー | 
| 開発者 | https://nakashima723.info | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://twitter.com/nakashima723 | 
| 対応言語 | 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'"
}  |  |