Go Diagram player for 'Life in 19x19'

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

Τι είναι το Go Diagram player for 'Life in 19x19';

Το Go Diagram player for 'Life in 19x19' είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oca, και η κύρια λειτουργία του είναι "Add a previous and next button to go diagrams on lifein19x19.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Go Diagram player for 'Life in 19x19'

Λήψη αρχείων επέκτασης Go Diagram player for 'Life in 19x19' σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
Επίσημο URL https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
Περιγραφή Add a previous and next button to go diagrams on lifein19x19.com
Μέγεθος Αρχείου 5.64 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-06-18
Ημερομηνία Δημοσίευσης 2014-06-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής oca
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}