Cambridge Dictionary Lookup

Looks up the selected text on Cambridge Dictionary

Cambridge Dictionary Lookupคืออะไร?

Cambridge Dictionary Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย namnguyenhoai.info และคุณลักษณะหลักของมันคือ "Looks up the selected text on Cambridge Dictionary"

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

screenshot
screenshot
screenshot

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

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

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

                        Looks up the selected text on https://dictionary.cambridge.org
- Just right-click on the selected text and choose "Cambridge Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

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

ชื่อ Cambridge Dictionary Lookup Cambridge Dictionary Lookup
ID hhddcfhbobkbccigannkfacjdoebinbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm
คำอธิบาย Looks up the selected text on Cambridge Dictionary
ขนาดไฟล์ 42.82 KB
จำนวนการติดตั้ง 23,482
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-02-26
วันที่เผยแพร่ 2019-02-26
คะแนน 4.68/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา namnguyenhoai.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://namnguyenhoai.info/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cambridge Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Cambridge Dictionary",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}