UD + Dictionary Search Tool

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

Cos'è UD + Dictionary Search Tool?

UD + Dictionary Search Tool è un'estensione di Chrome sviluppata da kevinmliu, e la sua funzione principale è "Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UD + Dictionary Search Tool

Scarica i file di estensione UD + Dictionary Search Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome UD + Dictionary Search Tool UD + Dictionary Search Tool
ID cilbfpfehdjbhkainmbihbedknjhcpbe
URL Ufficiale https://chromewebstore.google.com/detail/ud-+-dictionary-search-to/cilbfpfehdjbhkainmbihbedknjhcpbe
Descrizione Search for definitions on Urban Dictionary and Merriam-Webster easily. Bonus Words of the Day and Thesaurus!
Dimensione del File 331 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2019-02-07
Data di Pubblicazione 2019-02-06
Sviluppatore kevinmliu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kevinmliu.com
Lingue Supportate 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:\/\/*\/*"
    ]
}