fast translation

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

Τι είναι το fast translation;

Το fast translation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον qinliaaasnow, και η κύρια λειτουργία του είναι "Quick Translation is an excellent and efficient web page translation tool.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης fast translation

Λήψη αρχείων επέκτασης fast translation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα fast translation fast translation
ID pcnkjejanajnokpmehdffdnahhbibblh
Επίσημο URL https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh
Περιγραφή Quick Translation is an excellent and efficient web page translation tool.
Μέγεθος Αρχείου 212 KB
Αριθμός Εγκαταστάσεων 10,930
Τρέχουσα Έκδοση 5.1.0
Τελευταία Ενημέρωση 2022-12-25
Ημερομηνία Δημοσίευσης 2022-11-19
Προγραμματιστής qinliaaasnow
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}