Go Diagram player for 'Life in 19x19'
Add a previous and next button to go diagrams on lifein19x19.com
Qu'est-ce que Go Diagram player for 'Life in 19x19' ?
Go Diagram player for 'Life in 19x19' est une extension Chrome développée par oca, et sa fonction principale est "Add a previous and next button to go diagrams on lifein19x19.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go Diagram player for 'Life in 19x19'
Téléchargez les fichiers d'extension Go Diagram player for 'Life in 19x19' au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Go Diagram player for 'Life in 19x19' |
ID | ogoehegcnmkkpmmpkaejijighfokncdk |
URL Officiel | https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk |
Description | Add a previous and next button to go diagrams on lifein19x19.com |
Taille du Fichier | 5.64 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-06-18 |
Date de Publication | 2014-06-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | oca |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |