Contextual translator
Select the text and click the right button to translate.
Was ist Contextual translator?
Contextual translator ist eine Chrome-Erweiterung, die von https://n10.dev entwickelt wurde, und ihr Hauptmerkmal ist "Select the text and click the right button to translate.".
Erweiterungsscreenshots
Contextual translator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Contextual 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
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
Grundlegende Informationen zur Erweiterung
Name | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
Offizielle URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Beschreibung | Select the text and click the right button to translate. |
Dateigröße | 41.25 KB |
Installationsanzahl | 5,093 |
Aktuelle Version | 4.0 |
Letztes Update | 2023-12-18 |
Veröffentlichungsdatum | 2020-03-21 |
Bewertung | 3.83/5 Insgesamt 54 Bewertungen |
Entwickler | https://n10.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://n10.dev |
Unterstützte Sprachen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |