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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |