One-Click Translate Selection
Simply select some text and translate from context menu
Cos'è One-Click Translate Selection?
One-Click Translate Selection è un'estensione di Chrome sviluppata da Christo Tsvetanov, e la sua funzione principale è "Simply select some text and translate from context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One-Click Translate Selection
Scarica i file di estensione One-Click Translate Selection 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
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning. Informazioni di Base sull'Estensione
| Nome | |
| ID | cioclchdhgppnbpapkicbhlhbeldplld |
| URL Ufficiale | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
| Descrizione | Simply select some text and translate from context menu |
| Dimensione del File | 44.61 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 3.02 |
| Ultimo Aggiornamento | 2022-12-31 |
| Data di Pubblicazione | 2015-07-24 |
| Valutazione | 2.95/5 Totale 22 Valutazioni |
| Sviluppatore | Christo Tsvetanov |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One-Click Translate Selection",
"description": "Simply select some text and translate from context menu",
"version": "3.02",
"manifest_version": 3,
"permissions": [
"contextMenus",
"storage"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |