WebTrans

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

Co to jest WebTrans?

WebTrans to rozszerzenie Chrome opracowane przez tim-zhong, a jego główną funkcją jest „This extension helps you translate contents on any English webpage into Chinese”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebTrans

Pobierz pliki rozszerzeń WebTrans w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
Oficjalny URL https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
Opis This extension helps you translate contents on any English webpage into Chinese
Rozmiar pliku 58.35 KB
Liczba instalacji 36
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-07-10
Data Publikacji 2019-07-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper tim-zhong
Typ Płatności free
Strona Rozszerzenia http://timzhong.com
Obsługiwane Języki 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"
            ]
        }
    ]
}