Urban Dictionary Now

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

Hvad er Urban Dictionary Now?

Urban Dictionary Now er en Chrome-udvidelse udviklet af Matt Levine, og dens hovedfunktion er "Allows a user to easily search Urban Dictionary with one click.".

Udvidelsesskærmbilleder

screenshot

Download Urban Dictionary Now-udvidelses-CRX-fil

Download Urban Dictionary Now-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
Officiel URL https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Beskrivelse Allows a user to easily search Urban Dictionary with one click.
Filstørrelse 102 KB
Antal Installationer 977
Nuværende Version 0.2.2
Senest Opdateret 2023-08-28
Udgivelsesdato 2015-01-26
Bedømmelse 4.64/5 Samlet 11 Bedømmelser
Udvikler Matt Levine
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://github.mtlevine0.com
Understøttede Sprog 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"
    }
}