Go Diagram player for 'Life in 19x19'

Add a previous and next button to go diagrams on lifein19x19.com

Go Diagram player for 'Life in 19x19'とは何ですか?

Go Diagram player for 'Life in 19x19'はocaによって開発されたChromeの拡張機能で、その主な機能は「Add a previous and next button to go diagrams on lifein19x19.com」です。

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

screenshot

Go Diagram player for 'Life in 19x19'拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Life in 19x19 Go diagram player 
This plugin allows you to  place moves on GO diagram on the Life in 19x19 forum which is a forum about the Game of GO.                    

拡張機能の基本情報

名前 Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
公式URL https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
説明 Add a previous and next button to go diagrams on lifein19x19.com
ファイルサイズ 5.64 KB
インストール数 28
現在のバージョン 1.0
最終更新日 2014-06-18
公開日 2014-06-18
評価 5.00/5 合計 1 レビュー
開発者 oca
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Go Diagram player for 'Life in 19x19'",
    "description": "Add a previous and next button to go diagrams on lifein19x19.com",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.lifein19x19.com\/forum\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}