WebTrans

This extension helps you translate contents on any English webpage into Chinese

Co je WebTrans?

WebTrans je rozšíření Chrome vyvinuté tim-zhong, a jeho hlavní funkcí je „This extension helps you translate contents on any English webpage into Chinese“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebTrans

Stáhněte si soubory rozšíření WebTrans ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Simply select the text with your cursor and get the accurate Chinese translation in no time!                    

Základní Informace o Rozšíření

Název WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
Oficiální URL https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
Popis This extension helps you translate contents on any English webpage into Chinese
Velikost souboru 58.35 KB
Počet instalací 36
Aktuální Verze 0.2
Poslední Aktualizace 2019-07-10
Datum Vydání 2019-07-10
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář tim-zhong
Typ Platby free
Webové stránky Rozšíření http://timzhong.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTrans",
    "description": "This extension helps you translate contents on any English webpage into Chinese",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "webtrans.css"
            ],
            "js": [
                "webtrans.js"
            ]
        }
    ]
}