Guess It, Binary Search Game
Guess It, Binary Search Game
What is Guess It, Binary Search Game?
Guess It, Binary Search Game is a Chrome extension developed by Bassem Abuein, and its main feature is "Guess It, Binary Search Game".
Extension Screenshots
Download Guess It, Binary Search Game Extension CRX File
Download Guess It, Binary Search Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Guess It is a fun game. The user picks a number, and the program guesses it based on Binary Search algorithm.
Extension Basic Information
Name | Guess It, Binary Search Game |
ID | ieacdnnggicldcpnlfkhokkchgeademl |
Official URL | https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl |
Description | Guess It, Binary Search Game |
File Size | 47.38 KB |
Installation Count | 34 |
Current Version | 1.1 |
Last Updated | 2018-06-25 |
Publish Date | 2018-06-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Bassem Abuein |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
Supported Languages | 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" } } |