NJStar Chinese Website Convertor

Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.

Co je NJStar Chinese Website Convertor?

NJStar Chinese Website Convertor je rozšíření Chrome vyvinuté https://www.njstar.com, a jeho hlavní funkcí je „Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NJStar Chinese Website Convertor

Stáhněte si soubory rozšíření NJStar Chinese Website Convertor 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í

                        Simplified Chinese <-> Traditional Chinese Website Converter

Automatically convert a simplified Chinese webpage  to traditional Chinese page, or convert a traditional Chinese webpage to simplified Chinese page.

中文网页繁简自动转换 - 中文網頁繁簡自動轉換

Developer Website: http://www.njstar.com                    

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

Název NJStar Chinese Website Convertor NJStar Chinese Website Convertor
ID oljejbejachaajllbbjiamdkhipbbppk
Oficiální URL https://chromewebstore.google.com/detail/njstar-chinese-website-co/oljejbejachaajllbbjiamdkhipbbppk
Popis Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.
Velikost souboru 140 KB
Počet instalací 2,093
Aktuální Verze 5.0.0
Poslední Aktualizace 2021-11-01
Datum Vydání 2014-12-10
Hodnocení 3.88/5 Celkem 17 Hodnocení
Vývojář https://www.njstar.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.njstar.com/chromate/webstore.php
URL Stránky Nápovědy http://www.njstar.com/chromate/
URL Stránky Zásad Ochrany Soukromí https://www.njstar.com/cms/njstar-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NJStar Chinese Website Convertor",
    "short_name": "NJStar Convertor",
    "version": "5.0.0",
    "description": "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.",
    "background": {
        "service_worker": "njxmain.o.js"
    },
    "action": {
        "default_icon": "Chromate24.png",
        "default_name": "NJStar Convertor",
        "default_popup": "njxpopup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "njxclient.o.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": {
        "worker-src": "self",
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "Chromate16.png",
        "24": "Chromate24.png",
        "32": "Chromate32.png",
        "48": "Chromate48.png",
        "64": "Chromate64.png",
        "128": "Chromate128.png",
        "256": "Chromate256.png"
    }
}