One-Click Translate Selection
Simply select some text and translate from context menu
Qu'est-ce que One-Click Translate Selection ?
One-Click Translate Selection est une extension Chrome développée par Christo Tsvetanov, et sa fonction principale est "Simply select some text and translate from context menu".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One-Click Translate Selection
Téléchargez les fichiers d'extension One-Click Translate Selection 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
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.
Informations de Base sur l'Extension
Nom | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
URL Officiel | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
Description | Simply select some text and translate from context menu |
Taille du Fichier | 44.61 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 3.02 |
Dernière Mise à Jour | 2022-12-31 |
Date de Publication | 2015-07-24 |
Évaluation | 2.95/5 Total 22 Évaluations |
Développeur | Christo Tsvetanov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |