Naming Wrongs

Righting naming wrongs.

Naming Wrongsとは何ですか?

Naming Wrongsはjpnanceによって開発されたChromeの拡張機能で、その主な機能は「Righting naming wrongs.」です。

拡張機能のスクリーンショット

screenshot

Naming Wrongs拡張機能のCRXファイルをダウンロード

Naming Wrongs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here!                    

拡張機能の基本情報

名前 Naming Wrongs Naming Wrongs
ID imoflnaehimpoefaeljfkllbgkdopgnb
公式URL https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb
説明 Righting naming wrongs.
ファイルサイズ 5.49 KB
インストール数 88
現在のバージョン 2.1
最終更新日 2016-12-27
公開日 2016-12-27
評価 4.40/5 合計 5 レビュー
開発者 jpnance
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naming Wrongs",
    "version": "2.1",
    "description": "Righting naming wrongs.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wrongs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wrongs.json"
    ]
}