Translator for the Breed Bootloader
More informations at https://github.com/szsoftware/breed-translator.
Translator for the Breed Bootloaderとは何ですか?
Translator for the Breed Bootloaderはszsoftwareによって開発されたChromeの拡張機能で、その主な機能は「More informations at https://github.com/szsoftware/breed-translator.」です。
拡張機能のスクリーンショット
Translator for the Breed Bootloader拡張機能のCRXファイルをダウンロード
Translator for the Breed Bootloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Translator for the Breed Bootloader |
ID | hmkkdkhgadgmaplnhahncddmmcdegjhi |
公式URL | https://chromewebstore.google.com/detail/translator-for-the-breed/hmkkdkhgadgmaplnhahncddmmcdegjhi |
説明 | More informations at https://github.com/szsoftware/breed-translator. |
ファイルサイズ | 4.32 KB |
インストール数 | 1,578 |
現在のバージョン | 0.1.1 |
最終更新日 | 2016-07-01 |
公開日 | 2016-07-01 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | szsoftware |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/szsoftware/breed-translator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "name": "Translator for the Breed Bootloader", "short_name": "Breed Translator", "description": "More informations at https:\/\/github.com\/szsoftware\/breed-translator.", "permissions": [ "http:\/\/192.168.1.1\/*" ], "content_scripts": [ { "matches": [ "http:\/\/192.168.1.1\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |