Urbansaurus

Urban Definations within Google

Cos'è Urbansaurus?

Urbansaurus è un'estensione di Chrome sviluppata da http://jajoosam.tech, e la sua funzione principale è "Urban Definations within Google".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Urbansaurus

Scarica i file di estensione Urbansaurus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Urbansaurus adds an urban dictionary widget to google search pages.

If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications.

Github: https://github.com/jajoosam/urbansaurus                    

Informazioni di Base sull'Estensione

Nome Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
URL Ufficiale https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
Descrizione Urban Definations within Google
Dimensione del File 88.38 KB
Conteggio Installazioni 12
Versione Corrente 2.0
Ultimo Aggiornamento 2019-07-27
Data di Pubblicazione 2019-07-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://jajoosam.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jajoosam/urbansaurus
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Urbansaurus",
    "version": "2.0",
    "description": "Urban Definations within Google",
    "icons": {
        "240": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "material.min.css",
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*"
            ]
        }
    ]
}