fast translation

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

Wat is fast translation?

fast translation is een Chrome-extensie ontwikkeld door qinliaaasnow, en de belangrijkste functie is "Quick Translation is an excellent and efficient web page translation tool.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie fast translation

Download fast translation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam fast translation fast translation
ID pcnkjejanajnokpmehdffdnahhbibblh
Officiële URL https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh
Beschrijving Quick Translation is an excellent and efficient web page translation tool.
Bestandsgrootte 212 KB
Aantal Installaties 10,930
Huidige Versie 5.1.0
Laatst Bijgewerkt 2022-12-25
Publicatiedatum 2022-11-19
Ontwikkelaar qinliaaasnow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}