AiringGo

An Intelligent Gobang System

What is AiringGo?

AiringGo is a Chrome extension developed by http://ursb.me, and its main feature is "An Intelligent Gobang System".

Extension Screenshots

screenshot

Download AiringGo Extension CRX File

Download AiringGo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        五子棋人机对弈

【技术报告】
- UI:Canvas
- AI:Javascript

【AI算法】
- 极大极小值搜索算法
- 更多算法待实现……

源码:http://github.com/airingursb/AiringGo
博客:http://ursb.me                    

Extension Basic Information

Name AiringGo AiringGo
ID lgdjcpiigankmfmieocbkjmooglkjfan
Official URL https://chrome.google.com/webstore/detail/airinggo/lgdjcpiigankmfmieocbkjmooglkjfan
Description An Intelligent Gobang System
File Size 59.53 KB
Installation Count 129
Current Version 1.1
Last Updated 2016-04-07
Publish Date 2016-04-07
Rating 5.00/5 Total 1 Ratings
Developer http://ursb.me
Email [email protected]
Payment Type free
Extension Website http://ursb.me
Help Page URL http://github.com/airingursb/AiringGo
Supported Languages 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'"
}