Science Trivia

A small game of trivia related to science.

Cos'è Science Trivia?

Science Trivia è un'estensione di Chrome sviluppata da Kaeso, e la sua funzione principale è "A small game of trivia related to science.".

Scarica il file CRX dell'estensione Science Trivia

Scarica i file di estensione Science Trivia 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

                        This is a simple trivia game that was coded by myself, because of boredom and I wanted to teach myself JavaScript. You may download this and learn from the code or re-purpose it into your own trivia game as long as credit is given and you aren't making money off of it.  

CHANGE LOG:

0.0.0.4 - Squished a bug

0.0.0.3 - Added new Correct and Incorrect prompts, fourteen new questions

0.0.0.2 - Added two more questions, squashed an annoying bug

0.0.0.1 - First release                    

Informazioni di Base sull'Estensione

Nome Science Trivia Science Trivia
ID ainabecaaelfgmppjlejombgkpedpdbp
URL Ufficiale https://chrome.google.com/webstore/detail/science-trivia/ainabecaaelfgmppjlejombgkpedpdbp
Descrizione A small game of trivia related to science.
Dimensione del File 63.28 KB
Conteggio Installazioni 39
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2018-02-22
Data di Pubblicazione 2018-02-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kaeso
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "A small game of trivia related to science.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxsWVDPiVPyvovBOfK5k89X8aiMEU2PiY9F\/t\/9mRldtcbXR4ajRg4ezTm47DTrHuJYz4D71L7w7QnvgYvEsor7vjbZj9jheHOc58DTYeJdoBW\/lK4tn+q+DvVoVzkYUoeKegSxwWxBHyMpdyGM93PQRqnNlxKT\/J6Lbea1d2abVMgtlneUeM6B8xnJLitJx4W1C140dntXhnXdcTsvDR4JJqv1jf53+8T5pwswWLeOs1rQstNW6BWvsUMbT1j+nlEH5LVDa2HdLWNJxgrCqdsf3VmpMfE7Xv3RkA8OzJrL40\/vdIHgXKumNc5RaMjKDnvU7qixSfMi\/7j2qJMNV98QIDAQAB",
    "manifest_version": 2,
    "name": "Science Trivia",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.4"
}