One-Click Translate Selection

Simply select some text and translate from context menu

Was ist One-Click Translate Selection?

One-Click Translate Selection ist eine Chrome-Erweiterung, die von Christo Tsvetanov entwickelt wurde, und ihr Hauptmerkmal ist "Simply select some text and translate from context menu".

Erweiterungsscreenshots

screenshot
screenshot

One-Click Translate Selection-Erweiterungs-CRX-Datei herunterladen

Laden Sie One-Click Translate Selection-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

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

Grundlegende Informationen zur Erweiterung

Name One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
Offizielle URL https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Beschreibung Simply select some text and translate from context menu
Dateigröße 44.61 KB
Installationsanzahl 10,000
Aktuelle Version 3.02
Letztes Update 2022-12-31
Veröffentlichungsdatum 2015-07-24
Bewertung 2.95/5 Insgesamt 22 Bewertungen
Entwickler Christo Tsvetanov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}