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”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |