Web Go Board

Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues

Web Go Boardคืออะไร?

Web Go Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webgoboard.net และคุณลักษณะหลักของมันคือ "Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Go Board

ดาวน์โหลดไฟล์ส่วนขยาย Web Go Board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To allow the opening of local sgf files u need to go to  chrome://extensions page and turn on "Allow access to file URLs" flag.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Go Board Web Go Board
ID cdmhoehokaoghadonjfdbhieajggfbmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-go-board/cdmhoehokaoghadonjfdbhieajggfbmd
คำอธิบาย Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,105
เวอร์ชันปัจจุบัน 0.10.12
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2018-03-03
คะแนน 4.88/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://webgoboard.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/IlyaKirillov/GoProject/issues
URL หน้านโยบายความเป็นส่วนตัว https://ilyakirillov.github.io/webgoboard.io/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "fileHandler.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https:\/\/github.com\/IlyaKirillov\/GoProject\/issues",
    "browser_action": {
        "default_icon": {
            "19": "content\/icon19.png",
            "38": "content\/icon38.png"
        },
        "default_title": "Web Go Board"
    },
    "file_browser_handlers": [
        {
            "default_title": "Open with Web Go Board",
            "file_filters": [
                "filesystem:*.sgf",
                "filesystem:*.gib",
                "filesystem:*.ngf"
            ],
            "id": "open-in-WebGoBoard"
        }
    ],
    "incognito": "split",
    "mime_types": [
        "application\/x-go-sgf"
    ],
    "name": "Web Go Board",
    "version": "0.10.12",
    "permissions": [
        "fileBrowserHandler",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "getFrameId",
        "content\/editor.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "filesystem:\/*",
        "drive:*"
    ]
}