PropyC Translater

PropyC Translater Extension

PropyC Translaterคืออะไร?

PropyC Translater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phurinat และคุณลักษณะหลักของมันคือ "PropyC Translater Extension"

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

screenshot
screenshot
screenshot

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

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

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

                        PropyC Translater is the extension for everyone who use English-Thai language and didn't realize while you're typing that it's wrong. This extension you can simply select your text then right-clicked after that you click -Translate- That's all you need to do then you got the right language. this project is for innovation class in our school. Thanks for reading our description. We will always update our extension for all user experiences.                    

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

ชื่อ PropyC Translater PropyC Translater
ID lfijooocdmdgjodhbbccidjbacafealg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/propyc-translater/lfijooocdmdgjodhbbccidjbacafealg
คำอธิบาย PropyC Translater Extension
ขนาดไฟล์ 54.92 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.0.4.1
อัปเดตครั้งล่าสุด 2021-04-16
วันที่เผยแพร่ 2020-08-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Phurinat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "open-extensions-tab": {
            "description": "Translate",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "PropyC Translater Extension",
    "icons": {
        "128": "logo128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkasVlNvj1Yp9oTLxcc2Y12xPGigic+PQPXO30d6yxr+qRhbc2wAoSZxwoqBwwrCmU3IkciK7uyGbVKL+57v0T6bWmPVCSQuhP6369BOsik\/743RO3KSXDJXF+wF2+TN5FaDD67++v6nrakBZ2zyZ8S8AgBEKpe+ekBjiXVH1b7B7GmP4g4cb5UjMkK\/sGLK9n2Hm5tSC\/2TG+glZw4zpXoNcXTu9l36i4nhbeD18SyWuZyDKzNnCuCXQXzo9cNXLlwoUVBj4WUE52FcVjsP01FUQ+7t5viq6t1QIJ0wMJlZUKicQxQj5RW7UavuZIOSzgObNCFWnO906JC9+G9LKYQIDAQAB",
    "manifest_version": 2,
    "name": "PropyC Translater",
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4.1"
}