Urbansaurus

Urban Definations within Google

Vad är Urbansaurus?

Urbansaurus är en Chrome-tillägg utvecklad av http://jajoosam.tech, och dess huvudfunktion är "Urban Definations within Google".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Urbansaurus-förlängningens CRX-fil

Ladda ner Urbansaurus-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

                        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                    

Grundläggande Information om Tillägg

Namn Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
Officiell webbadress https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
Beskrivning Urban Definations within Google
Filstorlek 88.38 KB
Antal Installationer 12
Aktuell Version 2.0
Senast Uppdaterad 2019-07-27
Publiceringsdatum 2019-07-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://jajoosam.tech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jajoosam/urbansaurus
Stödda Språk 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\/*"
            ]
        }
    ]
}