LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Co je LineBreakRemover for DeepL ContextMenu?
LineBreakRemover for DeepL ContextMenu je rozšíření Chrome vyvinuté teahat_dev, a jeho hlavní funkcí je „An extension that allows you to select text and right-click to access DeepL with line breaks removed.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LineBreakRemover for DeepL ContextMenu
Stáhněte si soubory rozšíření LineBreakRemover for DeepL ContextMenu 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í
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.
Základní Informace o Rozšíření
Název | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
Oficiální URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
Popis | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
Velikost souboru | 9.37 KB |
Počet instalací | 992 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2021-05-16 |
Datum Vydání | 2021-05-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | teahat_dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |