AiringGo

An Intelligent Gobang System

AiringGo란 무엇입니까?

AiringGo은(는) http://ursb.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Intelligent Gobang System"입니다.

확장 프로그램 스크린샷

screenshot

AiringGo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        五子棋人机对弈

【技术报告】
- 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
이메일 [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'"
}