Go Diagram player for 'Life in 19x19'

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

What is Go Diagram player for 'Life in 19x19'?

Go Diagram player for 'Life in 19x19' is a Chrome extension developed by oca, and its main feature is "Add a previous and next button to go diagrams on lifein19x19.com".

Extension Screenshots

screenshot

Download Go Diagram player for 'Life in 19x19' Extension CRX File

Download Go Diagram player for 'Life in 19x19' extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
Official URL https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
Description Add a previous and next button to go diagrams on lifein19x19.com
File Size 5.64 KB
Installation Count 28
Current Version 1.0
Last Updated 2014-06-18
Publish Date 2014-06-18
Rating 5.00/5 Total 1 Ratings
Developer oca
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}