Cambridge Dictionary Searcher

This extension will translate selected word by Cambridge Dictionary

Cambridge Dictionary Searcherคืออะไร?

Cambridge Dictionary Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taipm และคุณลักษณะหลักของมันคือ "This extension will translate selected word by Cambridge Dictionary"

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

screenshot

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

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

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

                        Tra từ với từ điển Cambridge                    

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

ชื่อ Cambridge Dictionary Searcher Cambridge Dictionary Searcher
ID mhcpjoaaglodlnifoknbpjacophnoaib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cambridge-dictionary-sear/mhcpjoaaglodlnifoknbpjacophnoaib
คำอธิบาย This extension will translate selected word by Cambridge Dictionary
ขนาดไฟล์ 53.42 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-18
วันที่เผยแพร่ 2018-09-18
ผู้พัฒนา taipm
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Dictionary Searcher",
    "description": "This extension will translate selected word by Cambridge Dictionary",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "dictionary.png",
        "48": "dictionary.png",
        "128": "dictionary.png"
    }
}