Urban Dictionary Random Word

See a random word from Urban Dictionary when you open a new tab.

什么是Urban Dictionary Random Word?

Urban Dictionary Random Word是由itsabhinaya开发的Chrome扩展程序,该扩展的主要功能是“See a random word from Urban Dictionary when you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot

下载Urban Dictionary Random Word扩展crx文件

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

扩展使用说明

                        Learn what cool kids are saying these days whenever you open a new tab.

If you don't want NSFW words to show up on screen, add them to the list in settings. 

This is an unofficial extension.                    

扩展基本信息

名称 Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
官方URL https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
简介 See a random word from Urban Dictionary when you open a new tab.
文件大小 313 KB
安装次数 35
当前版本 0.0.3
更新时间 2018-12-18
上架时间 2018-12-17
评分 4.00/5 共3次评分
开发者 itsabhinaya
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Random Word",
    "short_name": "Random Word",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "See a random word from Urban Dictionary when you open a new tab.",
    "author": "Abhinaya Konduru",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Urban Dictionary"
    }
}