Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

Goldtect Dictionaryคืออะไร?

Goldtect Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.jinweijie.com และคุณลักษณะหลักของมันคือ "A bilingual English-Chinese dictionary extension to easily look-up words."

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

screenshot

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

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

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

                        A bilingual English-Chinese dictionary extension to easily look-up words.

Support text selection and search.

Shortcut is Ctrl + Q.                    

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

ชื่อ Goldtect Dictionary Goldtect Dictionary
ID pghpihfalgajndppmjiehjdcijnfbamk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/goldtect-dictionary/pghpihfalgajndppmjiehjdcijnfbamk
คำอธิบาย A bilingual English-Chinese dictionary extension to easily look-up words.
ขนาดไฟล์ 78.04 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2014-04-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.jinweijie.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goldtect Dictionary",
    "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
    "version": "1.3",
    "permissions": [
        "",
        "http:\/\/dict.youdao.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}