Quick-Search for Urban Dictionary

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

Quick-Search for Urban Dictionary क्या है?

Quick-Search for Urban Dictionary Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Urban Dictionary for highlighted words using the right-click menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick-Search for Urban Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Quick-Search for Urban Dictionary Quick-Search for Urban Dictionary
ID oimcmjkebbfgnfdihjlbkmoikpmdbmfo
आधिकारिक URL https://chrome.google.com/webstore/detail/quick-search-for-urban-di/oimcmjkebbfgnfdihjlbkmoikpmdbmfo
विवरण Search Urban Dictionary for highlighted words using the right-click menu.
फ़ाइल का आकार 8.9 KB
स्थापना संख्या 98
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-18
प्रकाशन तिथि 2015-08-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Master
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}