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 là gì?

Web Go Board là một tiện ích mở rộng Chrome được phát triển bởi https://webgoboard.net, và tính năng chính của nó là "Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Go Board

Tải xuống các tệp mở rộng Web Go Board dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Go Board Web Go Board
ID cdmhoehokaoghadonjfdbhieajggfbmd
URL Chính Thức https://chromewebstore.google.com/detail/web-go-board/cdmhoehokaoghadonjfdbhieajggfbmd
Mô tả Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 2,105
Phiên Bản Hiện Tại 0.10.12
Cập Nhật Lần Cuối 2022-03-25
Ngày Phát Hành 2018-03-03
Đánh Giá 4.88/5 Tổng số 51 Đánh Giá
Nhà Phát Triển https://webgoboard.net
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/IlyaKirillov/GoProject/issues
URL Trang Chính Sách Bảo Mật https://ilyakirillov.github.io/webgoboard.io/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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:*"
    ]
}