DeepL Auto Converter

Enables easy DeepL translations

DeepL Auto Converterคืออะไร?

DeepL Auto Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tak215 และคุณลักษณะหลักของมันคือ "Enables easy DeepL translations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepL Auto Converter

ดาวน์โหลดไฟล์ส่วนขยาย DeepL Auto Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/deepl-auto-converter                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeepL Auto Converter DeepL Auto Converter
ID cpgdklpngibppeidaahbnbienjkiojel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel
คำอธิบาย Enables easy DeepL translations
ขนาดไฟล์ 88.84 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-26
วันที่เผยแพร่ 2021-10-25
ผู้พัฒนา tak215
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tsuz/deepl-auto-converter
URL หน้าช่วยเหลือ https://github.com/tsuz/deepl-auto-converter#support
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Auto Converter",
    "description": "Enables easy DeepL translations",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}