jellyTranslator

translates all page

jellyTranslatorคืออะไร?

jellyTranslator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gomjellie.github.io/jelly-translator และคุณลักษณะหลักของมันคือ "translates all page"

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

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

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

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

                        "젤리 트랜스레이터"는 직관적이고 편리한 번역 인터페이스를 제공합니다.                    

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

ชื่อ jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
คำอธิบาย translates all page
ขนาดไฟล์ 398 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 2.2.3
อัปเดตครั้งล่าสุด 2019-12-11
วันที่เผยแพร่ 2019-12-09
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://gomjellie.github.io/jelly-translator
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gomjellie.github.io/jelly-translator/
URL หน้าช่วยเหลือ https://gomjellie.github.io/jelly-translator/
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jellyTranslator",
    "description": "translates all page",
    "version": "2.2.3",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/translate.google.com\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "src\/icons\/jelly translator icon16.png",
        "48": "src\/icons\/jelly translator icon48.png",
        "128": "src\/icons\/jelly translator icon128.png"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}