LineBreakRemover for DeepL ContextMenu

An extension that allows you to select text and right-click to access DeepL with line breaks removed.

What is LineBreakRemover for DeepL ContextMenu?

LineBreakRemover for DeepL ContextMenu is a Chrome extension developed by teahat_dev, and its main feature is "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".

Extension Screenshots

screenshot
screenshot

Download LineBreakRemover for DeepL ContextMenu Extension CRX File

Download LineBreakRemover for DeepL ContextMenu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LineBreakRemover for DeepL ContextMenu LineBreakRemover for DeepL ContextMenu
ID njddmnlbagjbfflgigchnigdeohkjnbh
Official URL https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh
Description An extension that allows you to select text and right-click to access DeepL with line breaks removed.
File Size 9.37 KB
Installation Count 992
Current Version 1.0.1
Last Updated 2021-05-16
Publish Date 2021-05-10
Rating 5.00/5 Total 2 Ratings
Developer teahat_dev
Email [email protected]
Payment Type free
Supported Languages 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
    }
}