Quick-Search for Urban Dictionary

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

Cos'è Quick-Search for Urban Dictionary?

Quick-Search for Urban Dictionary è un'estensione di Chrome sviluppata da Master, e la sua funzione principale è "Search Urban Dictionary for highlighted words using the right-click menu.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick-Search for Urban Dictionary

Scarica i file di estensione Quick-Search for Urban Dictionary 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

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

Informazioni di Base sull'Estensione

Nome Quick-Search for Urban Dictionary Quick-Search for Urban Dictionary
ID oimcmjkebbfgnfdihjlbkmoikpmdbmfo
URL Ufficiale https://chrome.google.com/webstore/detail/quick-search-for-urban-di/oimcmjkebbfgnfdihjlbkmoikpmdbmfo
Descrizione Search Urban Dictionary for highlighted words using the right-click menu.
Dimensione del File 8.9 KB
Conteggio Installazioni 98
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-18
Data di Pubblicazione 2015-08-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Master
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}