Urbansaurus

Urban Definations within Google

What is Urbansaurus?

Urbansaurus is a Chrome extension developed by http://jajoosam.tech, and its main feature is "Urban Definations within Google".

Extension Screenshots

screenshot
screenshot
screenshot

Download Urbansaurus Extension CRX File

Download Urbansaurus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
Official URL https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
Description Urban Definations within Google
File Size 88.38 KB
Installation Count 12
Current Version 2.0
Last Updated 2019-07-27
Publish Date 2019-07-27
Rating 5.00/5 Total 1 Ratings
Developer http://jajoosam.tech
Email [email protected]
Payment Type free
Extension Website https://github.com/jajoosam/urbansaurus
Supported Languages 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\/*"
            ]
        }
    ]
}