Translator for the Breed Bootloader
More informations at https://github.com/szsoftware/breed-translator.
What is Translator for the Breed Bootloader?
Translator for the Breed Bootloader is a Chrome extension developed by szsoftware, and its main feature is "More informations at https://github.com/szsoftware/breed-translator.".
Extension Screenshots
Download Translator for the Breed Bootloader Extension CRX File
Download Translator for the Breed Bootloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Translator for the Breed Bootloader |
ID | hmkkdkhgadgmaplnhahncddmmcdegjhi |
Official URL | https://chromewebstore.google.com/detail/translator-for-the-breed/hmkkdkhgadgmaplnhahncddmmcdegjhi |
Description | More informations at https://github.com/szsoftware/breed-translator. |
File Size | 4.32 KB |
Installation Count | 1,578 |
Current Version | 0.1.1 |
Last Updated | 2016-07-01 |
Publish Date | 2016-07-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | szsoftware |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/szsoftware/breed-translator |
Supported Languages | 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 } |