Urban Dictionary Now

Allows a user to easily search Urban Dictionary with one click.

What is Urban Dictionary Now?

Urban Dictionary Now is a Chrome extension developed by Matt Levine, and its main feature is "Allows a user to easily search Urban Dictionary with one click.".

Extension Screenshots

screenshot

Download Urban Dictionary Now Extension CRX File

Download Urban Dictionary Now 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

                        This Chrome extension uses the contextMenus API to make searching Urban Dictionary as easy as one click.

To use highlight a word or phrase you would like to search for and right click to open the chrome context menu. Select the "Search Urban Dictionary for 'foobar'" option in the menu. A new tab will open with the search results.                    

Extension Basic Information

Name Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
Official URL https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Description Allows a user to easily search Urban Dictionary with one click.
File Size 102 KB
Installation Count 977
Current Version 0.2.2
Last Updated 2023-08-28
Publish Date 2015-01-26
Rating 4.64/5 Total 11 Ratings
Developer Matt Levine
Email [email protected]
Payment Type free
Extension Website http://github.mtlevine0.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Urban Dictionary Now",
    "version": "0.2.2",
    "description": "Allows a user to easily search Urban Dictionary with one click.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "Matt Levine",
    "offline_enabled": false,
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Urban Dictionary Now"
    }
}