Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Oxford Dictionary Searchคืออะไร?

Oxford Dictionary Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย progmonster และคุณลักษณะหลักของมันคือ "Searches selected words in the Online Oxford Dictionary"

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

screenshot

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

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

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

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

ชื่อ Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
คำอธิบาย Searches selected words in the Online Oxford Dictionary
ขนาดไฟล์ 19.39 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-11-02
วันที่เผยแพร่ 2016-11-02
คะแนน 2.91/5 รวมทั้งหมด 86 คะแนน
ผู้พัฒนา progmonster
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}