linguee-translate
Linguee Translate Plugin
Co je linguee-translate?
linguee-translate je rozšíření Chrome vyvinuté ckogler, a jeho hlavní funkcí je „Linguee Translate Plugin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření linguee-translate
Stáhněte si soubory rozšíření linguee-translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | linguee-translate |
ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
Oficiální URL | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
Popis | Linguee Translate Plugin |
Velikost souboru | 18.92 KB |
Počet instalací | 618 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2023-02-12 |
Datum Vydání | 2020-05-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | ckogler |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/koglerch13/chrome-linguee-translate |
Podporované Jazyky | 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" } } } } |