Chat Translator v.2.0

This extension automatically translate any text that you type.

Chat Translator v.2.0คืออะไร?

Chat Translator v.2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scrupp และคุณลักษณะหลักของมันคือ "This extension automatically translate any text that you type."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Translator v.2.0

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

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

                        This extension automatically translate any text that you type.                    

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

ชื่อ Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
คำอธิบาย This extension automatically translate any text that you type.
ขนาดไฟล์ 48.83 KB
จำนวนการติดตั้ง 711
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2018-03-05
วันที่เผยแพร่ 2018-03-05
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Scrupp
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.facebook.com/profile.php?id=100004689825123
URL หน้านโยบายความเป็นส่วนตัว https://scrupp.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Translator v.2.0",
    "description": "This extension automatically translate any text that you type.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}