Urban Dictionary Now

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

Vad är Urban Dictionary Now?

Urban Dictionary Now är en Chrome-tillägg utvecklad av Matt Levine, och dess huvudfunktion är "Allows a user to easily search Urban Dictionary with one click.".

Tilläggsskärmbilder

screenshot

Ladda ner Urban Dictionary Now-förlängningens CRX-fil

Ladda ner Urban Dictionary Now-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
Officiell webbadress https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Beskrivning Allows a user to easily search Urban Dictionary with one click.
Filstorlek 102 KB
Antal Installationer 977
Aktuell Version 0.2.2
Senast Uppdaterad 2023-08-28
Publiceringsdatum 2015-01-26
Betyg 4.64/5 Totalt 11 Betyg
Utvecklare Matt Levine
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://github.mtlevine0.com
Stödda Språk 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"
    }
}