Quick access to Translator

Quick access to Google Translate

Was ist Quick access to Translator?

Quick access to Translator ist eine Chrome-Erweiterung, die von https://liuwanle.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick access to Google Translate".

Erweiterungsscreenshots

screenshot
screenshot

Quick access to Translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick access to Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本                    

Grundlegende Informationen zur Erweiterung

Name Quick access to Translator Quick access to Translator
ID ibegoepejbbhepngfhhfcopelpjognfj
Offizielle URL https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj
Beschreibung Quick access to Google Translate
Dateigröße 10.67 KB
Installationsanzahl 58
Aktuelle Version 3.1.3
Letztes Update 2018-09-20
Veröffentlichungsdatum 2018-09-19
Entwickler https://liuwanle.com
Zahlungsart free
Unterstützte Sprachen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Open Translator"
    },
    "description": "Quick access to Google Translate",
    "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Quick access to Translator",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.1.3"
}