Go Diagram player for 'Life in 19x19'

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

Vad är Go Diagram player for 'Life in 19x19'?

Go Diagram player for 'Life in 19x19' är en Chrome-tillägg utvecklad av oca, och dess huvudfunktion är "Add a previous and next button to go diagrams on lifein19x19.com".

Tilläggsskärmbilder

screenshot

Ladda ner Go Diagram player for 'Life in 19x19'-förlängningens CRX-fil

Ladda ner Go Diagram player for 'Life in 19x19'-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
Officiell webbadress https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
Beskrivning Add a previous and next button to go diagrams on lifein19x19.com
Filstorlek 5.64 KB
Antal Installationer 28
Aktuell Version 1.0
Senast Uppdaterad 2014-06-18
Publiceringsdatum 2014-06-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare oca
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}