Guess It, Binary Search Game

Guess It, Binary Search Game

Wat is Guess It, Binary Search Game?

Guess It, Binary Search Game is een Chrome-extensie ontwikkeld door Bassem Abuein, en de belangrijkste functie is "Guess It, Binary Search Game".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Guess It, Binary Search Game

Download Guess It, Binary Search Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Guess It, Binary Search Game Guess It, Binary Search Game
ID ieacdnnggicldcpnlfkhokkchgeademl
Officiële URL https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl
Beschrijving Guess It, Binary Search Game
Bestandsgrootte 47.38 KB
Aantal Installaties 34
Huidige Versie 1.1
Laatst Bijgewerkt 2018-06-25
Publicatiedatum 2018-06-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Bassem Abuein
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Ondersteunde Talen 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"
    }
}