linguee-translate
Linguee Translate Plugin
Cos'è linguee-translate?
linguee-translate è un'estensione di Chrome sviluppata da ckogler, e la sua funzione principale è "Linguee Translate Plugin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione linguee-translate
Scarica i file di estensione linguee-translate 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
Quickly search for translations between german and english using Linguee.com. Fast and intuitive interface with live-reloading of results. Use the Enter-Key to open the search results in Linguee.com. Shortcut-support (Defaults to CTRL/CMD+SHIFT+L - but can be overridden in the Chrome settings.
Informazioni di Base sull'Estensione
Nome | linguee-translate |
ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
URL Ufficiale | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
Descrizione | Linguee Translate Plugin |
Dimensione del File | 18.92 KB |
Conteggio Installazioni | 618 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-02-12 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ckogler |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/koglerch13/chrome-linguee-translate |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "linguee-translate", "description": "Linguee Translate Plugin", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": "images\/icon-48.png", "default-title": "linguee-translate" }, "host_permissions": [ "https:\/\/www.linguee.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |