Urban Dictionary Instant Word Lookup

Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.

Qu'est-ce que Urban Dictionary Instant Word Lookup ?

Urban Dictionary Instant Word Lookup est une extension Chrome développée par Alireza Ghasemi, et sa fonction principale est "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Urban Dictionary Instant Word Lookup

Téléchargez les fichiers d'extension Urban Dictionary Instant Word Lookup 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

                                            

Informations de Base sur l'Extension

Nom Urban Dictionary Instant Word Lookup Urban Dictionary Instant Word Lookup
ID iphhinkkgcndibcnabdcfcianhebblmb
URL Officiel https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb
Description Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
Taille du Fichier 160 KB
Nombre d'Installations 825
Version Actuelle 0.0.9
Dernière Mise à Jour 2015-02-09
Date de Publication 2015-02-09
Évaluation 3.70/5 Total 10 Évaluations
Développeur Alireza Ghasemi
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Instant Word Lookup",
    "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.",
    "version": "0.0.9",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.webui-popover.js",
            "js\/jquery.mobile-1.4.5.min.js",
            "js\/jquery.qtip-1.0.0-rc3.min.js",
            "js\/background.js",
            "js\/gcookie.js"
        ]
    },
    "manifest_version": 2,
    "short_name": "UrbanDictionary Lookup",
    "icons": {
        "16": "img\/lookup128.png",
        "128": "img\/lookup128.png"
    },
    "browser_action": {
        "default_icon": "img\/lookup128.png",
        "default_title": "Lookup in Urban Dictionary",
        "default_popup": "popup.html"
    }
}