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.
Wat is ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate is een Chrome-extensie ontwikkeld door Alireza Ghasemi, en de belangrijkste functie is "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie ToEnglish Instant Balloon Translate
Download ToEnglish Instant Balloon Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | kfjlldbaediocchakoafmbgficaaejbl |
| Officiële URL | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
| Beschrijving | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
| Bestandsgrootte | 68.57 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2015-02-10 |
| Publicatiedatum | 2015-02-10 |
| Ontwikkelaar | Alireza Ghasemi |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |