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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Web Go Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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