LineBreakRemover for DeepL ContextMenu

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

Qu'est-ce que LineBreakRemover for DeepL ContextMenu ?

LineBreakRemover for DeepL ContextMenu est une extension Chrome développée par teahat_dev, et sa fonction principale est "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LineBreakRemover for DeepL ContextMenu

Téléchargez les fichiers d'extension LineBreakRemover for DeepL ContextMenu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LineBreakRemover for DeepL ContextMenu LineBreakRemover for DeepL ContextMenu
ID njddmnlbagjbfflgigchnigdeohkjnbh
URL Officiel 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.
Taille du Fichier 9.37 KB
Nombre d'Installations 992
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-05-16
Date de Publication 2021-05-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur teahat_dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}