ToEnglish Instant Balloon Translate
Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Qu'est-ce que ToEnglish Instant Balloon Translate ?
ToEnglish Instant Balloon Translate est une extension Chrome développée par Alireza Ghasemi, et sa fonction principale est "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ToEnglish Instant Balloon Translate
Téléchargez les fichiers d'extension ToEnglish Instant Balloon Translate 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
Informations de Base sur l'Extension
Nom | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
URL Officiel | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
Description | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
Taille du Fichier | 68.57 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2015-02-10 |
Date de Publication | 2015-02-10 |
Développeur | Alireza Ghasemi |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToEnglish Instant Balloon Translate", "description": "Show the translation of the selected word\/phrase instantly in a balloon window. You can see the result instantly in the same tab.", "version": "0.0.3", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "ToEnglish Instant Translate", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Show translation", "default_popup": "popup.html" } } |