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文件

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

擴展使用說明

                        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
官方網址 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"
}