Go Diagram player for 'Life in 19x19'

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

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

Go Diagram player for 'Life in 19x19' is een Chrome-extensie ontwikkeld door oca, en de belangrijkste functie is "Add a previous and next button to go diagrams on lifein19x19.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Go Diagram player for 'Life in 19x19'

Download Go Diagram player for 'Life in 19x19'-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
Officiële URL https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
Beschrijving Add a previous and next button to go diagrams on lifein19x19.com
Bestandsgrootte 5.64 KB
Aantal Installaties 28
Huidige Versie 1.0
Laatst Bijgewerkt 2014-06-18
Publicatiedatum 2014-06-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar oca
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}