LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Co to jest LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu to rozszerzenie Chrome opracowane przez teahat_dev, a jego główną funkcją jest „An extension that allows you to select text and right-click to access DeepL with line breaks removed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LineBreakRemover for DeepL ContextMenu
Pobierz pliki rozszerzeń LineBreakRemover for DeepL ContextMenu 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
If you select a text in a PDF and try to translate it with the application DeepL (deepl.com), it may contain unwanted line breaks. By selecting the text and right-clicking and selecting this extension, you can remove the line breaks in the selected text and access the DeepL website.
Podstawowe informacje o rozszerzeniu
Nazwa | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
Oficjalny URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
Opis | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
Rozmiar pliku | 9.37 KB |
Liczba instalacji | 992 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-05-16 |
Data Publikacji | 2021-05-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | teahat_dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LineBreakRemover for DeepL ContextMenu", "version": "1.0.1", "permissions": [ "contextMenus", "storage" ], "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html", "run_at": "document_start" }, "options_ui": { "page": "options.html", "chrome_style": true } } |