Urban Dictionary Now

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

Cos'è Urban Dictionary Now?

Urban Dictionary Now è un'estensione di Chrome sviluppata da Matt Levine, e la sua funzione principale è "Allows a user to easily search Urban Dictionary with one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Urban Dictionary Now

Scarica i file di estensione Urban Dictionary Now 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
URL Ufficiale https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Descrizione Allows a user to easily search Urban Dictionary with one click.
Dimensione del File 102 KB
Conteggio Installazioni 977
Versione Corrente 0.2.2
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2015-01-26
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore Matt Levine
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://github.mtlevine0.com
Lingue Supportate 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"
    }
}