Go Diagram player for 'Life in 19x19'
Add a previous and next button to go diagrams on lifein19x19.com
Co je Go Diagram player for 'Life in 19x19'?
Go Diagram player for 'Life in 19x19' je rozšíření Chrome vyvinuté oca, a jeho hlavní funkcí je „Add a previous and next button to go diagrams on lifein19x19.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Go Diagram player for 'Life in 19x19'
Stáhněte si soubory rozšíření Go Diagram player for 'Life in 19x19' ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Go Diagram player for 'Life in 19x19' |
ID | ogoehegcnmkkpmmpkaejijighfokncdk |
Oficiální URL | https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk |
Popis | Add a previous and next button to go diagrams on lifein19x19.com |
Velikost souboru | 5.64 KB |
Počet instalací | 28 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-06-18 |
Datum Vydání | 2014-06-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | oca |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |