Guess It, Binary Search Game

Guess It, Binary Search Game

什麼是Guess It, Binary Search Game?

Guess It, Binary Search Game是由Bassem Abuein開發的Chrome擴展程式,該擴展的主要功能是“Guess It, Binary Search Game”。

擴展截圖

screenshot

下載Guess It, Binary Search Game擴展crx文件

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

擴展使用說明

                        Guess It is a fun game. The user picks a number, and the program guesses it based on Binary Search algorithm.                    

擴展基本資訊

名稱 Guess It, Binary Search Game Guess It, Binary Search Game
ID ieacdnnggicldcpnlfkhokkchgeademl
官方網址 https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl
簡介 Guess It, Binary Search Game
檔案大小 47.38 KB
安裝次數 34
目前版本 1.1
更新時間 2018-06-25
上架時間 2018-06-25
評分 5.00/5 共 2 次評分
開發者 Bassem Abuein
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guess It, Binary Search Game",
    "description": "Guess It, Binary Search Game",
    "version": "1.1",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "128.png"
    }
}