linguee-translate
Linguee Translate Plugin
Co to jest linguee-translate?
linguee-translate to rozszerzenie Chrome opracowane przez ckogler, a jego główną funkcją jest „Linguee Translate Plugin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia linguee-translate
Pobierz pliki rozszerzeń linguee-translate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
| Oficjalny URL | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
| Opis | Linguee Translate Plugin |
| Rozmiar pliku | 18.92 KB |
| Liczba instalacji | 618 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2023-02-12 |
| Data Publikacji | 2020-05-05 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | ckogler |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/koglerch13/chrome-linguee-translate |
| Obsługiwane Języki | 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"
}
}
}
} | |