I Love Weiqi

Replace builtin Weiqi viewer with a beautiful and intuitive viewer

I Love Weiqiとは何ですか?

I Love WeiqiはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replace builtin Weiqi viewer with a beautiful and intuitive viewer」です。

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

screenshot

I Love Weiqi拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extention adds a 3D board to show Weiqi games on a few popular websites, e.g. www.dragongoserver.net                    

拡張機能の基本情報

名前 I Love Weiqi I Love Weiqi
ID koplcfnjhgdknjgaaleockdkelgplfbf
公式URL https://chromewebstore.google.com/detail/i-love-weiqi/koplcfnjhgdknjgaaleockdkelgplfbf
説明 Replace builtin Weiqi viewer with a beautiful and intuitive viewer
ファイルサイズ 35.18 KB
インストール数 85
現在のバージョン 0.5.1
最終更新日 2015-02-09
公開日 2015-02-08
評価 1.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト http://gcao.github.io/jsgameviewer/view4/index.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I Love Weiqi",
    "version": "0.5.1",
    "description": "Replace builtin Weiqi viewer with a beautiful and intuitive viewer",
    "background": "background.html",
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iloveweiqi.js"
            ]
        }
    ],
    "permissions": []
}