DeepL Translator Plus
This plugin enables fast translations using deepl.com.
Co to jest DeepL Translator Plus?
DeepL Translator Plus to rozszerzenie Chrome opracowane przez sapkra, a jego główną funkcją jest „This plugin enables fast translations using deepl.com.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DeepL Translator Plus
Pobierz pliki rozszerzeń DeepL Translator Plus 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
Features: - Automatically translate selected text - Restore last translated text - Hide cookie consent if accepted on deepl.com - Hide header to only show translator - Options page to configure default languages - Entry in context menu to translate selected text Contributions welcome on GitHub! https://github.com/sapkra/deepl-chrome-extension
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oaifgiocjahpndddpenihgnoccbmkghe |
Oficjalny URL | https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe |
Opis | This plugin enables fast translations using deepl.com. |
Rozmiar pliku | 34.42 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-11-11 |
Data Publikacji | 2020-11-10 |
Ocena | 2.91/5 Łącznie 11 Oceny |
Deweloper | sapkra |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sapkra/deepl-chrome-extension |
Adres URL Strony Pomocy | https://github.com/sapkra/deepl-chrome-extension/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeepL Translator Plus", "description": "This plugin enables fast translations using deepl.com.", "version": "1.1.0", "page_action": { "default_popup": "popup.html", "defaut_icon": "icon.png" }, "background": { "scripts": [ "helpers.js", "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage", "cookies", "contextMenus", "declarativeContent", "https:\/\/*.deepl.com\/" ] } |