Go Diagram player for 'Life in 19x19'

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

Apa itu Go Diagram player for 'Life in 19x19'?

Go Diagram player for 'Life in 19x19' adalah ekstensi Chrome yang dikembangkan oleh oca, dan fitur utamanya adalah "Add a previous and next button to go diagrams on lifein19x19.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Go Diagram player for 'Life in 19x19'

Unduh file ekstensi Go Diagram player for 'Life in 19x19' dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Go Diagram player for 'Life in 19x19' Go Diagram player for 'Life in 19x19'
ID ogoehegcnmkkpmmpkaejijighfokncdk
URL Resmi https://chromewebstore.google.com/detail/go-diagram-player-for-lif/ogoehegcnmkkpmmpkaejijighfokncdk
Deskripsi Add a previous and next button to go diagrams on lifein19x19.com
Ukuran File 5.64 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-06-18
Tanggal Publikasi 2014-06-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang oca
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}