Rancorizer
Adds the Starwars Rancor to any page that uses that rare word
Rancorizerとは何ですか?
RancorizerはBloomco Heavy Industriesによって開発されたChromeの拡張機能で、その主な機能は「Adds the Starwars Rancor to any page that uses that rare word」です。
拡張機能のスクリーンショット
Rancorizer拡張機能のCRXファイルをダウンロード
Rancorizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds the Starwars Rancor to any page that uses that rare word
拡張機能の基本情報
名前 | Rancorizer |
ID | dgblmflhnjgeinapenolaiddnmfioicn |
公式URL | https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn |
説明 | Adds the Starwars Rancor to any page that uses that rare word |
ファイルサイズ | 503 KB |
インストール数 | 25 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-07-17 |
公開日 | 2017-07-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Bloomco Heavy Industries |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rancorizer", "version": "1.0.0", "manifest_version": 2, "description": "Adds the Starwars Rancor to any page that uses that rare word", "homepage_url": "https:\/\/bloomjosh.com\/rancorizer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ], "web_accessible_resources": [ "src\/img\/rancor.png", "css\/animate.css" ] } |