Go Diagram player for 'Life in 19x19'
Add a previous and next button to go diagrams on lifein19x19.com
Was ist Go Diagram player for 'Life in 19x19'?
Go Diagram player for 'Life in 19x19' ist eine Chrome-Erweiterung, die von oca entwickelt wurde, und ihr Hauptmerkmal ist "Add a previous and next button to go diagrams on lifein19x19.com".
Erweiterungsscreenshots
Go Diagram player for 'Life in 19x19'-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go Diagram player for 'Life in 19x19'-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Go Diagram player for 'Life in 19x19' |
ID | ogoehegcnmkkpmmpkaejijighfokncdk |
Offizielle URL | https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk |
Beschreibung | Add a previous and next button to go diagrams on lifein19x19.com |
Dateigröße | 5.64 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-06-18 |
Veröffentlichungsdatum | 2014-06-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | oca |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |