Contextual translator
Select the text and click the right button to translate.
Cos'è Contextual translator?
Contextual translator è un'estensione di Chrome sviluppata da https://n10.dev, e la sua funzione principale è "Select the text and click the right button to translate.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Contextual translator
Scarica i file di estensione Contextual 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
Impossible easier:
- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.
Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual Informazioni di Base sull'Estensione
| Nome | |
| ID | lonkkphbooogeflneiinlchdpbjmipbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
| Descrizione | Select the text and click the right button to translate. |
| Dimensione del File | 41.25 KB |
| Conteggio Installazioni | 5,093 |
| Versione Corrente | 4.0 |
| Ultimo Aggiornamento | 2023-12-18 |
| Data di Pubblicazione | 2020-03-21 |
| Valutazione | 3.83/5 Totale 54 Valutazioni |
| Sviluppatore | https://n10.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://n10.dev |
| Lingue Supportate | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "4.0",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"author": "Edgar Mir\u00f3",
"homepage_url": "https:\/\/www.n10.dev",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"contextMenus"
],
"offline_enabled": false,
"options_page": "options.html",
"background": {
"service_worker": "background.js"
}
} | |