Linguee-Translator
Translate words using the Linguee.com service.
Cos'è Linguee-Translator?
Linguee-Translator è un'estensione di Chrome sviluppata da Javier, e la sua funzione principale è "Translate words using the Linguee.com service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linguee-Translator
Scarica i file di estensione Linguee-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
A WebExtension for translating words using the Linguee.com service. Informazioni di Base sull'Estensione
| Nome | |
| ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
| URL Ufficiale | https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl |
| Descrizione | Translate words using the Linguee.com service. |
| Dimensione del File | 410 KB |
| Conteggio Installazioni | 2,192 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2020-04-08 |
| Data di Pubblicazione | 2020-04-07 |
| Valutazione | 4.78/5 Totale 9 Valutazioni |
| Sviluppatore | Javier |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/javierdwd/linguee-browser-extension |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linguee-Translator",
"version": "1.1.0",
"description": "Translate words using the Linguee.com service.",
"icons": {
"16": "images\/icons\/icon16.png",
"32": "images\/icons\/icon32.png",
"48": "images\/icons\/icon48.png",
"64": "images\/icons\/icon64.png",
"96": "images\/icons\/icon96.png",
"128": "images\/icons\/icon128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*.linguee.com\/*",
"activeTab",
"storage"
],
"browser_action": {
"default_title": "Linguee-Translator",
"default_icon": {
"32": "images\/icons\/icon32.png"
},
"default_popup": "html\/popup.html"
}
} | |