Translator
Right Click to translate selected text using Google Translate
Cos'è Translator?
Translator è un'estensione di Chrome sviluppata da Jofen, e la sua funzione principale è "Right Click to translate selected text using Google Translate".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Translator
Scarica i file di estensione 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
Translate selected text or full page
A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages.
How to translate text:
Select required text on any web page and right click to select "Translate Selected.
How to translate full page:
Right click and select "Translate Full Page" Informazioni di Base sull'Estensione
| Nome | |
| ID | condlopdddofpgcdjfnoepbdkcgckmgb |
| URL Ufficiale | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
| Descrizione | Right Click to translate selected text using Google Translate |
| Dimensione del File | 22.66 KB |
| Conteggio Installazioni | 133,761 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-06-26 |
| Data di Pubblicazione | 2019-06-25 |
| Valutazione | 3.91/5 Totale 32 Valutazioni |
| Sviluppatore | Jofen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Translator",
"description": "Right Click to translate selected text using Google Translate",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"js\/common.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false,
"chrome_style": true
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"storage"
]
} | |