AiringGo
An Intelligent Gobang System
Qu'est-ce que AiringGo ?
AiringGo est une extension Chrome développée par http://ursb.me, et sa fonction principale est "An Intelligent Gobang System".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AiringGo
Téléchargez les fichiers d'extension AiringGo 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
五子棋人机对弈 【技术报告】 - UI:Canvas - AI:Javascript 【AI算法】 - 极大极小值搜索算法 - 更多算法待实现…… 源码:http://github.com/airingursb/AiringGo 博客:http://ursb.me
Informations de Base sur l'Extension
Nom | |
ID | lgdjcpiigankmfmieocbkjmooglkjfan |
URL Officiel | https://chrome.google.com/webstore/detail/airinggo/lgdjcpiigankmfmieocbkjmooglkjfan |
Description | An Intelligent Gobang System |
Taille du Fichier | 59.53 KB |
Nombre d'Installations | 129 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-04-07 |
Date de Publication | 2016-04-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://ursb.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ursb.me |
URL de la Page d'Aide | http://github.com/airingursb/AiringGo |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AiringGo", "description": "An Intelligent Gobang System", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "AiringGo", "default_icon": "icon.png", "default_popup": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/api.github.com; object-src 'self'" } |