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
Eメール [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\/*"
            ]
        }
    ]
}