Urban Dictionary Now

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

Wat is Urban Dictionary Now?

Urban Dictionary Now is een Chrome-extensie ontwikkeld door Matt Levine, en de belangrijkste functie is "Allows a user to easily search Urban Dictionary with one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Urban Dictionary Now

Download Urban Dictionary Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
Officiële URL https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Beschrijving Allows a user to easily search Urban Dictionary with one click.
Bestandsgrootte 102 KB
Aantal Installaties 977
Huidige Versie 0.2.2
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2015-01-26
Beoordeling 4.64/5 Totaal 11 Beoordelingen
Ontwikkelaar Matt Levine
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://github.mtlevine0.com
Ondersteunde Talen 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"
    }
}