AiringGo

An Intelligent Gobang System

什麼是AiringGo?

AiringGo是由http://ursb.me開發的Chrome擴展程式,該擴展的主要功能是“An Intelligent Gobang System”。

擴展截圖

screenshot

下載AiringGo擴展crx文件

下載AiringGo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        五子棋人机对弈

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

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

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

擴展基本資訊

名稱 AiringGo AiringGo
ID lgdjcpiigankmfmieocbkjmooglkjfan
官方網址 https://chrome.google.com/webstore/detail/airinggo/lgdjcpiigankmfmieocbkjmooglkjfan
簡介 An Intelligent Gobang System
檔案大小 59.53 KB
安裝次數 129
目前版本 1.1
更新時間 2016-04-07
上架時間 2016-04-07
評分 5.00/5 共 1 次評分
開發者 http://ursb.me
電子郵箱 [email protected]
付費類型 free
擴展官網 http://ursb.me
說明頁面URL http://github.com/airingursb/AiringGo
支援的語言 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'"
}