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はkevinmliuによって開発されたChromeの拡張機能で、その主な機能は「Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!」です。
拡張機能のスクリーンショット
UD + Dictionary Search Tool拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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:\/\/*\/*" ] } |