Quick-Search for Urban Dictionary

Search Urban Dictionary for highlighted words using the right-click menu.

What is Quick-Search for Urban Dictionary?

Quick-Search for Urban Dictionary is a Chrome extension developed by Master, and its main feature is "Search Urban Dictionary for highlighted words using the right-click menu.".

Extension Screenshots

screenshot
screenshot

Download Quick-Search for Urban Dictionary Extension CRX File

Download Quick-Search for Urban Dictionary 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

                        A simple extension that lets you search Urban Dictionary for highlighted words using the right-click menu.                    

Extension Basic Information

Name Quick-Search for Urban Dictionary Quick-Search for Urban Dictionary
ID oimcmjkebbfgnfdihjlbkmoikpmdbmfo
Official URL https://chrome.google.com/webstore/detail/quick-search-for-urban-di/oimcmjkebbfgnfdihjlbkmoikpmdbmfo
Description Search Urban Dictionary for highlighted words using the right-click menu.
File Size 8.9 KB
Installation Count 98
Current Version 1.0
Last Updated 2015-08-18
Publish Date 2015-08-18
Rating 5.00/5 Total 3 Ratings
Developer Master
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Quick-Search for Urban Dictionary",
    "description": "Search Urban Dictionary for highlighted words using the right-click menu.",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "thumbnail-16.png",
        "24": "thumbnail-24.png",
        "32": "thumbnail-32.png",
        "48": "thumbnail-48.png",
        "64": "thumbnail-64.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "background.js",
        "extension.js",
        "thumbnail-16.png",
        "thumbnail-24.png",
        "thumbnail-32.png",
        "thumbnail-48.png",
        "thumbnail-64.png",
        "thumbnail-128.png"
    ]
}