Lookup Definitions Online

Lookup free online dictionary and thesaurus sites for definitions.

Lookup Definitions Onlineคืออะไร?

Lookup Definitions Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pMan และคุณลักษณะหลักของมันคือ "Lookup free online dictionary and thesaurus sites for definitions."

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

screenshot
screenshot
screenshot

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

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

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

                        Look up words in free online dictionaries/thesaurus.

Update: Use Ctrl + Shift + L (Cmd + Shift + L on Mac) as a short cut to lookup in the first one of your selected dictionaries.

Current version includes:
1. Cambridge Advanced Learner's
2. Longman Contemporary English
3. The Free Dictionary
4. Urban Dictionary
5. Merriam Webster Dictionary
6. Wiktionary
7. Thesaurus
8. Merriam Webster Thesaurus
9. Oxford Advanced Learner's
10. Google definitions Search
11. Investopedia
12. Dictionary.com
13. Macmillan Dictionary
14. Macmillan Thesaurus
15. Accounting Dictionary
16. Reverso Dictionary
17. Collins English Dictionary
18. Collins Thesaurus
19. Collins English-French Dictionary
20. Collins English-German Dictionary
21. Collins English-Spanish Dictionary
22. Collins English-Italian Dictionary
23. Linguee Dictionary
24. Merriam Webster Learners Dictionary
25. Collins Cobuild Learners Dictionary
26. Oxford Advanced Learners - American English
27. Macmillan Dictionary - American
and too many more.

Users can choose to use popup or tabs to loookup words.

Selection Features:
========================
Click on the dictionary icon on the top-right corner of your Chrome to customize. Users can:
1. select (enable/disable) dictionaries
2. drag and re-order of dictionaries
3. select lookup type (tabs or popup)
5. disable extension

Let me know (prasadcnair at gmail.com) if you would like to see one more dictionary of your choice! I will add it for you. :)                    

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

ชื่อ Lookup Definitions Online Lookup Definitions Online
ID okmbiihjdbcblijmobaacddifcoaggeg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lookup-definitions-online/okmbiihjdbcblijmobaacddifcoaggeg
คำอธิบาย Lookup free online dictionary and thesaurus sites for definitions.
ขนาดไฟล์ 272 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2019-10-20
วันที่เผยแพร่ 2019-10-20
คะแนน 4.60/5 รวมทั้งหมด 100 คะแนน
ผู้พัฒนา pMan
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.karmicbee.com/projects/lookup-for-chrome/
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Lookup Definitions Online",
    "version": "1.6",
    "background": {
        "scripts": [
            "\/scripts\/jquery.min.js",
            "\/scripts\/helpers.js",
            "\/scripts\/background.js",
            "\/scripts\/command.js"
        ]
    },
    "description": "Lookup free online dictionary and thesaurus sites for definitions.",
    "icons": {
        "48": "\/images\/dic_icon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "minimum_chrome_version": "25",
    "homepage_url": "http:\/\/www.karmicbee.com\/projects\/lookup-for-chrome\/",
    "options_page": "\/html\/options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/dic_icon.png",
        "default_title": "Lookup extension",
        "default_popup": "\/html\/options.html"
    },
    "commands": {
        "selectedText": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Lookup short cut"
        }
    }
}