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”。
扩展截图
下载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 |
ID | ieacdnnggicldcpnlfkhokkchgeademl |
官方URL | 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" } } |