Super Translator
Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
Wat is Super Translator?
Super Translator is een Chrome-extensie ontwikkeld door michelemilidoni, en de belangrijkste functie is "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.".
Extensie Screenshots
Download het CRX-bestand van de extensie Super Translator
Download Super Translator-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
Attualmente è supportata la traduzione da inglese ad italiana. This extension translates words with double click on texts of web pages. It uses Glosbe (glosbe.com) API to translate words. Actually, only english to italian translation is supported.
Basisinformatie over de Extensie
Naam | |
ID | fomolpbbegfcbpglnbdacjedhlglnobj |
Officiële URL | https://chrome.google.com/webstore/detail/super-translator/fomolpbbegfcbpglnbdacjedhlglnobj |
Beschrijving | Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre. |
Bestandsgrootte | 64.49 KB |
Aantal Installaties | 69 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2014-05-23 |
Publicatiedatum | 2014-05-23 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | michelemilidoni |
Betalingswijze | free |
Extensiewebsite | https://github.com/mmilidoni/supertranslator-chrome-extension |
Help Pagina-URL | https://github.com/mmilidoni/supertranslator-chrome-extension/issues |
Ondersteunde Talen | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Translator", "version": "0.2.1", "manifest_version": 2, "description": "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.", "icons": { "16": "dictionary16.png", "48": "dictionary48.png", "128": "dictionary.png" }, "permissions": [ "http:\/\/glosbe.com\/gapi\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "actions.js" ], "css": [ "style.css" ] } ] } |