The Easy Translator
The very easy in use translator.
Cos'è The Easy Translator?
The Easy Translator è un'estensione di Chrome sviluppata da Sergey Vasilyev, e la sua funzione principale è "The very easy in use translator.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Easy Translator
Scarica i file di estensione The Easy Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language. On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate. Just select a text -> right click -> Translate... or Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable) Enjoy the Easy Translator!
Informazioni di Base sull'Estensione
Nome | The Easy Translator |
ID | ambcfpifajmjgfdaafnjdollbfemaeeg |
URL Ufficiale | https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg |
Descrizione | The very easy in use translator. |
Dimensione del File | 11.81 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.7.0.0 |
Ultimo Aggiornamento | 2024-03-04 |
Data di Pubblicazione | 2016-04-21 |
Valutazione | 4.34/5 Totale 136 Valutazioni |
Sviluppatore | Sergey Vasilyev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.7.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128_v4.png" }, "options_page": "options.html", "background": { "service_worker": "script.js", "type": "module" }, "commands": { "translate": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extShortcutDescription__" } }, "permissions": [ "contextMenus", "system.display", "storage", "scripting", "activeTab" ] } |