AnyTranslate
Translate text anywhere
Qu'est-ce que AnyTranslate ?
AnyTranslate est une extension Chrome développée par motiko, et sa fonction principale est "Translate text anywhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AnyTranslate
Téléchargez les fichiers d'extension AnyTranslate 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
Translate any text from your browser. The text can be recognised from an image, video, canvas or anything that appears on you page. Open extension options to configure language to translate from and translate to.
Informations de Base sur l'Extension
Nom | AnyTranslate |
ID | hhcjlckencdgngjkbbpoffncomjajegm |
URL Officiel | https://chromewebstore.google.com/detail/anytranslate/hhcjlckencdgngjkbbpoffncomjajegm |
Description | Translate text anywhere |
Taille du Fichier | 1.77 MB |
Nombre d'Installations | 149 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2022-10-26 |
Date de Publication | 2021-05-17 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | motiko |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/motiko/any-translate |
URL de la Page d'Aide | https://github.com/motiko/any-translate/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnyTranslate", "description": "Translate text anywhere", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmLF40Cjkb156N0uWAEwnbxkrSuFfND7OwnDE6mCRBw7hR\/gYiYGJzmu2OMapdBUi9W\/+OX3ScZBHR6+9xpGZhei698OzpN+lmXd\/UbX+Fv1Maf7Vi5IErFH9tzA8+kbuhooGFa8StO7NFUlY7cKbf6GYU\/OguX149kOJ339cZ0XGPd63T8Ugf6dj7E9ptk94vnlXo9TZCW8iZ7uVWtg7QR5Ajuo9j7Lu4rMdah4CR96TwkpB\/UZODpBtQ+DBq4XeTeELecO6Drc9SwpwdWIYXjysDACEeZmUvgxE9eCKyuRBwvv12JYedwO7DkONH2jslIexseHCJu6fnCrki9SJ\/QIDAQAB", "version": "0.0.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'; script-src-elem 'self' chrome-extension:\/\/hhcjlckencdgngjkbbpoffncomjajegm;", "browser_action": { "default_icon": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" } }, "icons": { "16": "assets\/icon-16.png", "24": "assets\/icon-24.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "64": "assets\/icon-64.png", "128": "assets\/icon-128.png", "256": "assets\/icon-256.png", "512": "assets\/icon-512.png" }, "web_accessible_resources": [ "ocr.html", "lib\/tesseract\/tesseract.min.js", "lib\/tesseract\/worker.min.js" ], "options_page": "options.html" } |