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开发的Chrome扩展程序,该扩展的主要功能是“Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues”。
扩展截图
下载Web Go Board扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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",
" | |