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
    }
}