Contextual translator
Select the text and click the right button to translate.
Qu'est-ce que Contextual translator ?
Contextual translator est une extension Chrome développée par https://n10.dev, et sa fonction principale est "Select the text and click the right button to translate.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Contextual translator
Téléchargez les fichiers d'extension Contextual translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
URL Officiel | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Description | Select the text and click the right button to translate. |
Taille du Fichier | 41.25 KB |
Nombre d'Installations | 5,093 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2023-12-18 |
Date de Publication | 2020-03-21 |
Évaluation | 3.83/5 Total 54 Évaluations |
Développeur | https://n10.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://n10.dev |
Langues Prises en Charge | 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" } } |