LineBreakRemover for DeepL ContextMenu

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

O que é LineBreakRemover for DeepL ContextMenu?

LineBreakRemover for DeepL ContextMenu é uma extensão do Chrome desenvolvida por teahat_dev, e sua principal característica é "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LineBreakRemover for DeepL ContextMenu

Baixe arquivos de extensão LineBreakRemover for DeepL ContextMenu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LineBreakRemover for DeepL ContextMenu LineBreakRemover for DeepL ContextMenu
ID njddmnlbagjbfflgigchnigdeohkjnbh
URL Oficial https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh
Descrição An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Tamanho do Arquivo 9.37 KB
Contagem de Instalações 992
Versão Atual 1.0.1
Última Atualização 2021-05-16
Data de Publicação 2021-05-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor teahat_dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}