Web Go Board
Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues
Qu'est-ce que Web Go Board ?
Web Go Board est une extension Chrome développée par https://webgoboard.net, et sa fonction principale est "Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Go Board
Téléchargez les fichiers d'extension Web Go Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Web Go Board |
ID | cdmhoehokaoghadonjfdbhieajggfbmd |
URL Officiel | https://chromewebstore.google.com/detail/web-go-board/cdmhoehokaoghadonjfdbhieajggfbmd |
Description | Uses HTML5 to edit SGF files directly in the browser. Pls report issues to https://github.com/IlyaKirillov/GoProject/issues |
Taille du Fichier | 108 KB |
Nombre d'Installations | 2,105 |
Version Actuelle | 0.10.12 |
Dernière Mise à Jour | 2022-03-25 |
Date de Publication | 2018-03-03 |
Évaluation | 4.88/5 Total 51 Évaluations |
Développeur | https://webgoboard.net |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/IlyaKirillov/GoProject/issues |
URL de la Page de Politique de Confidentialité | https://ilyakirillov.github.io/webgoboard.io/privacypolicy |
Langues Prises en Charge | 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", " |