Urbansaurus

Urban Definations within Google

什么是Urbansaurus?

Urbansaurus是由http://jajoosam.tech开发的Chrome扩展程序,该扩展的主要功能是“Urban Definations within Google”。

扩展截图

screenshot
screenshot
screenshot

下载Urbansaurus扩展crx文件

下载Urbansaurus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
官方URL https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
简介 Urban Definations within Google
文件大小 88.38 KB
安装次数 12
当前版本 2.0
更新时间 2019-07-27
上架时间 2019-07-27
评分 5.00/5 共1次评分
开发者 http://jajoosam.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jajoosam/urbansaurus
支持的语言 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\/*"
            ]
        }
    ]
}