higher-Lower-AI

The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?

higher-Lower-AI란 무엇입니까?

higher-Lower-AI은(는) Yannik Höflich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?"입니다.

확장 프로그램 스크린샷

screenshot

higher-Lower-AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com.

How to use?
First you have to go on the website: http://www.higherlowergame.com there you can enable the AI with a simple click on the grey extension icon on the right upper corner of the browser. Now the AI learns all words. If you click again on the icon it stopped running.

What if I don’t want to wait for it to finish learning?
You can do a right click on the extension icon at the upper left corner and select “options”. There you can click on the blue “load all search terms” button and save it with the “save button”. If you go on the website it should know the most words.                    

확장 프로그램 기본 정보

이름 higher-Lower-AI higher-Lower-AI
ID pbgelejpkdigakmncfngpemngmbboddo
공식 URL https://chromewebstore.google.com/detail/higher-lower-ai/pbgelejpkdigakmncfngpemngmbboddo
설명 The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?
파일 크기 35.34 KB
설치 횟수 112
현재 버전 1.0
최근 업데이트 2019-05-05
출시 날짜 2019-05-05
평점 2.00/5 총 2 개의 평점
개발자 Yannik Höflich
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "JS\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/128.png"
    },
    "author": "GiddySoft",
    "content_scripts": [
        {
            "js": [
                "JS\/script.js",
                "JS\/term.js",
                "JS\/save.js"
            ],
            "matches": [
                "*:\/\/*.higherlowergame.com\/*"
            ]
        }
    ],
    "description": "The extension \u201eHigher lower game AI\u201c is an AI for the game: http:\/\/www.higherlowergame.com.\n\nHow to use?",
    "icons": {
        "128": "icon\/128.png",
        "64": "icon\/64.png",
        "32": "icon\/32.png",
        "16": "icon\/16.png"
    },
    "manifest_version": 2,
    "name": "higher-Lower-AI",
    "options_page": "options\/index.html",
    "permissions": [
        "*:\/\/*.higherlowergame.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.0"
}