LineBreakRemover for DeepL ContextMenu

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

Apa itu LineBreakRemover for DeepL ContextMenu?

LineBreakRemover for DeepL ContextMenu adalah ekstensi Chrome yang dikembangkan oleh teahat_dev, dan fitur utamanya adalah "An extension that allows you to select text and right-click to access DeepL with line breaks removed.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LineBreakRemover for DeepL ContextMenu

Unduh file ekstensi LineBreakRemover for DeepL ContextMenu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LineBreakRemover for DeepL ContextMenu LineBreakRemover for DeepL ContextMenu
ID njddmnlbagjbfflgigchnigdeohkjnbh
URL Resmi https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh
Deskripsi An extension that allows you to select text and right-click to access DeepL with line breaks removed.
Ukuran File 9.37 KB
Jumlah Instalasi 992
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-05-16
Tanggal Publikasi 2021-05-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang teahat_dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}