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.”。

扩展截图

screenshot

下载Translator for the Breed Bootloader扩展crx文件

下载Translator for the Breed Bootloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Translator for the Breed Bootloader 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
电子邮箱 [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
}