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"
    }
}