flip
Flips all images, this is a good joke
flipとは何ですか?
flipはC-DUBによって開発されたChromeの拡張機能で、その主な機能は「Flips all images, this is a good joke」です。
拡張機能のスクリーンショット
flip拡張機能のCRXファイルをダウンロード
flip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A fun extension to load on a friend or co-workers computer to flip all images on web pages.
拡張機能の基本情報
名前 | flip |
ID | ejgjngjbmjigimcgnkbmhoefkapamcof |
公式URL | https://chromewebstore.google.com/detail/flip/ejgjngjbmjigimcgnkbmhoefkapamcof |
説明 | Flips all images, this is a good joke |
ファイルサイズ | 39.83 KB |
インストール数 | 66 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-26 |
公開日 | 2014-09-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | C-DUB |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Flips all images, this is a good joke", "icons": { "128": "logo128.png" }, "manifest_version": 2, "name": "flip", "short_name": "flip", "version": "1.0" } |