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
公式URL 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
Eメール [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'"
}