fast translation

Quick Translation is an excellent and efficient web page translation tool.

Co je fast translation?

fast translation je rozšíření Chrome vyvinuté qinliaaasnow, a jeho hlavní funkcí je „Quick Translation is an excellent and efficient web page translation tool.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření fast translation

Stáhněte si soubory rozšíření fast translation 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í

                        Quick Translation is an excellent and efficient web page translation tool that supports automatic translation recognition, Chinese will be translated into English, English will be translated into Chinese, and word search is supported.Click the search Icon, and you will jump to the search results page of www.baidu.com                    

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

Název fast translation fast translation
ID pcnkjejanajnokpmehdffdnahhbibblh
Oficiální URL https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh
Popis Quick Translation is an excellent and efficient web page translation tool.
Velikost souboru 212 KB
Počet instalací 10,930
Aktuální Verze 5.1.0
Poslední Aktualizace 2022-12-25
Datum Vydání 2022-11-19
Vývojář qinliaaasnow
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fast translation",
    "version": "5.1.0",
    "description": "Quick Translation is an excellent and efficient web page translation tool.",
    "author": "ftor",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/contentscript.css"
            ]
        }
    ]
}