Urban Dictionary Now

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

Qu'est-ce que Urban Dictionary Now ?

Urban Dictionary Now est une extension Chrome développée par Matt Levine, et sa fonction principale est "Allows a user to easily search Urban Dictionary with one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Urban Dictionary Now

Téléchargez les fichiers d'extension Urban Dictionary Now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Urban Dictionary Now Urban Dictionary Now
ID golbngjhpfdobdopaebpdofbmhghfkpm
URL Officiel https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm
Description Allows a user to easily search Urban Dictionary with one click.
Taille du Fichier 102 KB
Nombre d'Installations 977
Version Actuelle 0.2.2
Dernière Mise à Jour 2023-08-28
Date de Publication 2015-01-26
Évaluation 4.64/5 Total 11 Évaluations
Développeur Matt Levine
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.mtlevine0.com
Langues Prises en Charge 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"
    }
}