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 là gì?

UD + Dictionary Search Tool là một tiện ích mở rộng Chrome được phát triển bởi kevinmliu, và tính năng chính của nó là "Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UD + Dictionary Search Tool

Tải xuống các tệp mở rộng UD + Dictionary Search Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UD + Dictionary Search Tool UD + Dictionary Search Tool
ID cilbfpfehdjbhkainmbihbedknjhcpbe
URL Chính Thức https://chromewebstore.google.com/detail/ud-+-dictionary-search-to/cilbfpfehdjbhkainmbihbedknjhcpbe
Mô tả Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!
Kích Thước Tệp 331 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-02-07
Ngày Phát Hành 2019-02-06
Nhà Phát Triển kevinmliu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kevinmliu.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}