LineBreakRemover for DeepL ContextMenu

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

Τι είναι το LineBreakRemover for DeepL ContextMenu;

Το LineBreakRemover for DeepL ContextMenu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον teahat_dev, και η κύρια λειτουργία του είναι "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LineBreakRemover for DeepL ContextMenu

Λήψη αρχείων επέκτασης LineBreakRemover for DeepL ContextMenu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LineBreakRemover for DeepL ContextMenu LineBreakRemover for DeepL ContextMenu
ID njddmnlbagjbfflgigchnigdeohkjnbh
Επίσημο URL https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh
Περιγραφή An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Μέγεθος Αρχείου 9.37 KB
Αριθμός Εγκαταστάσεων 992
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-05-16
Ημερομηνία Δημοσίευσης 2021-05-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής teahat_dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}