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 |
Eメール | [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" } } |