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
官方網址 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"
    }
}