Oxford Dictionary Lookup

Looks up the selected text on Oxford Learner's Dictionaries

Oxford Dictionary Lookupคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

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

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

ชื่อ Oxford Dictionary Lookup Oxford Dictionary Lookup
ID llcdhkifjccomnbldmapjdeoaopnalfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh
คำอธิบาย Looks up the selected text on Oxford Learner's Dictionaries
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-02-26
วันที่เผยแพร่ 2019-02-26
คะแนน 4.92/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา 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": "Oxford Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Oxford Learner's Dictionaries",
    "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"
    ]
}