Jar-jar/Gungan Basic
Browse the web as a Gungan!
Jar-jar/Gungan Basicとは何ですか?
Jar-jar/Gungan Basicはskorperによって開発されたChromeの拡張機能で、その主な機能は「Browse the web as a Gungan!」です。
拡張機能のスクリーンショット
Jar-jar/Gungan Basic拡張機能のCRXファイルをダウンロード
Jar-jar/Gungan Basic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will translate all text in your browser to Gungan from the Star Wars universe.
拡張機能の基本情報
名前 | Jar-jar/Gungan Basic |
ID | ipbhcicgccdcmhpibekojcgmojpnlnlo |
公式URL | https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo |
説明 | Browse the web as a Gungan! |
ファイルサイズ | 82.32 KB |
インストール数 | 28 |
現在のバージョン | 0.1.1 |
最終更新日 | 2018-07-09 |
公開日 | 2018-07-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | skorper |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jar-jar\/Gungan Basic", "description": "Browse the web as a Gungan!", "version": "0.1.1", "icons": { "128": "images\/jarjar.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |