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 là gì?

higher-Lower-AI là một tiện ích mở rộng Chrome được phát triển bởi Yannik Höflich, và tính năng chính của nó là "The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng higher-Lower-AI

Tải xuống các tệp mở rộng higher-Lower-AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên higher-Lower-AI higher-Lower-AI
ID pbgelejpkdigakmncfngpemngmbboddo
URL Chính Thức https://chromewebstore.google.com/detail/higher-lower-ai/pbgelejpkdigakmncfngpemngmbboddo
Mô tả The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?
Kích Thước Tệp 35.34 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-05
Ngày Phát Hành 2019-05-05
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Yannik Höflich
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}