Image rotator
One of the less useful extensions out there.
Image rotatorとは何ですか?
Image rotatorはFHによって開発されたChromeの拡張機能で、その主な機能は「One of the less useful extensions out there.」です。
Image rotator拡張機能のCRXファイルをダウンロード
Image rotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Does what the title says it does.
拡張機能の基本情報
名前 | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
公式URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
説明 | One of the less useful extensions out there. |
ファイルサイズ | 3.86 KB |
インストール数 | 10 |
現在のバージョン | 1.0 |
最終更新日 | 2013-12-15 |
公開日 | 2013-12-15 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | FH |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |