UD + Dictionary Search Tool
Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!
What is UD + Dictionary Search Tool?
UD + Dictionary Search Tool is a Chrome extension developed by kevinmliu, and its main feature is "Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!".
Extension Screenshots
Download UD + Dictionary Search Tool Extension CRX File
Download UD + Dictionary Search Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | cilbfpfehdjbhkainmbihbedknjhcpbe |
Official URL | https://chromewebstore.google.com/detail/ud-+-dictionary-search-to/cilbfpfehdjbhkainmbihbedknjhcpbe |
Description | Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus! |
File Size | 331 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2019-02-07 |
Publish Date | 2019-02-06 |
Developer | kevinmliu |
[email protected] | |
Payment Type | free |
Extension Website | https://kevinmliu.com |
Supported Languages | 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:\/\/*\/*" ] } |