UD + Dictionary Search Tool

Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!

UD + Dictionary Search Toolคืออะไร?

UD + Dictionary Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinmliu และคุณลักษณะหลักของมันคือ "Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!"

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

screenshot
screenshot
screenshot

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

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

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

                        NOTE: Bugfixes coming soon.
What does “goat” mean formally, or in Slang? What is a synonym for “lexicon”? Easily find out with a click of a button to look up slang words, phrases, acronyms, synonyms, and antonyms without even leaving the page!

This is definitely the most user-friendly all-in-one Dictionary search tool that allows you to search up slangs as well as formal meanings easily and quickly.

BONUS Features: Improve your colloquial knowledge daily by learning the UrbanDictionary Word of the Day. Or improve your general vocabulary by learning Merriam-Webster’s Word of the Day. All with just a click of a button :)  

Usage:
1. Highlight the text that you wish to define and click on the yellow-pink UD chrome extension button. You will automatically receive the UrbanDictionary definition. Click on any of the other buttons to get other definitions.
2. Directly click on the yellow-pink UD extension button and type in the word or phrase to search for from any of the search engines. 


Main Features:
- Search Urban Dictionary using the easy popup or by right clicking highlighted text.
- Displays the top definitions, usage/examples, synonyms, related terms, and antonyms.
- Popup includes link to the Urban Dictionary page for the queried term, and also includes a link to Google search for the term.
- Elegantly and intuitively designed.


About Urban Dictionary: 
Urban Dictionary is a crowdsourced online dictionary of slang words and phrases that was founded in 1998 as a parody of Dictionary.com and Vocabulary.com by then-college freshman Aaron Peckham. [Warning: definitions are user submitted and may contain profanity and/or mature subject matter. Use with discretion.] 

About Merriam-Webster Dictionary:
Merriam-Webster is America's foremost publisher of language-related reference works. In addition to its award-winning Merriam-Webster.com dictionary site, the company offers a diverse array of print and digital language references, including Merriam-Webster's Collegiate® Dictionary, Eleventh Edition—America's best-selling desk dictionary—and the online Merriam-Webster Unabridged, which is the successor to its famed Webster's Third New International Dictionary.

Please leave feedback/suggestions, and a 5 star review if you like it! Enjoy!

-- CHANGELOG -- 

1.0 - 1/20/19 - initial release                    

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

ชื่อ UD + Dictionary Search Tool UD + Dictionary Search Tool
ID cilbfpfehdjbhkainmbihbedknjhcpbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ud-+-dictionary-search-to/cilbfpfehdjbhkainmbihbedknjhcpbe
คำอธิบาย Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!
ขนาดไฟล์ 331 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-02-07
วันที่เผยแพร่ 2019-02-06
ผู้พัฒนา kevinmliu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kevinmliu.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UD + Dictionary Search Tool",
    "short_name": "Urban Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/event.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}