Web Go Board
Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues
Hvad er Web Go Board?
Web Go Board er en Chrome-udvidelse udviklet af https://webgoboard.net, og dens hovedfunktion er "Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues".
Udvidelsesskærmbilleder
Download Web Go Board-udvidelses-CRX-fil
Download Web Go Board-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cdmhoehokaoghadonjfdbhieajggfbmd |
| Officiel URL | https://chromewebstore.google.com/detail/web-go-board/cdmhoehokaoghadonjfdbhieajggfbmd |
| Beskrivelse | Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues |
| Filstørrelse | 108 KB |
| Antal Installationer | 2,105 |
| Nuværende Version | 0.10.12 |
| Senest Opdateret | 2022-03-25 |
| Udgivelsesdato | 2018-03-03 |
| Bedømmelse | 4.88/5 Samlet 51 Bedømmelser |
| Udvikler | https://webgoboard.net |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/IlyaKirillov/GoProject/issues |
| URL til Fortrolighedspolitik Side | https://ilyakirillov.github.io/webgoboard.io/privacypolicy |
| Understøttede Sprog | 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",
" | |