Guess It, Binary Search Game

Guess It, Binary Search Game

Cos'è Guess It, Binary Search Game?

Guess It, Binary Search Game è un'estensione di Chrome sviluppata da Bassem Abuein, e la sua funzione principale è "Guess It, Binary Search Game".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Guess It, Binary Search Game

Scarica i file di estensione Guess It, Binary Search Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Guess It, Binary Search Game Guess It, Binary Search Game
ID ieacdnnggicldcpnlfkhokkchgeademl
URL Ufficiale https://chromewebstore.google.com/detail/guess-it-binary-search-ga/ieacdnnggicldcpnlfkhokkchgeademl
Descrizione Guess It, Binary Search Game
Dimensione del File 47.38 KB
Conteggio Installazioni 34
Versione Corrente 1.1
Ultimo Aggiornamento 2018-06-25
Data di Pubblicazione 2018-06-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Bassem Abuein
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Lingue Supportate 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"
    }
}