translate to local language
select text and right click it, then you will see the menu
Cos'è translate to local language?
translate to local language è un'estensione di Chrome sviluppata da zen, e la sua funzione principale è "select text and right click it, then you will see the menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione translate to local language
Scarica i file di estensione translate to local language 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
select text then right click it...no matter what language you use.
Informazioni di Base sull'Estensione
Nome | translate to local language |
ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
URL Ufficiale | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
Descrizione | select text and right click it, then you will see the menu |
Dimensione del File | 13.96 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2020-12-06 |
Data di Pubblicazione | 2019-12-18 |
Sviluppatore | zen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "translate to local language", "description": "select text and right click it, then you will see the menu", "version": "0.5", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "google_trans.js" ] }, "manifest_version": 2 } |