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"
            ]
        }
    ]
}