Science Trivia

A small game of trivia related to science.

Wat is Science Trivia?

Science Trivia is een Chrome-extensie ontwikkeld door Kaeso, en de belangrijkste functie is "A small game of trivia related to science.".

Download het CRX-bestand van de extensie Science Trivia

Download Science Trivia-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

                        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                    

Basisinformatie over de Extensie

Naam Science Trivia Science Trivia
ID ainabecaaelfgmppjlejombgkpedpdbp
Officiële URL https://chrome.google.com/webstore/detail/science-trivia/ainabecaaelfgmppjlejombgkpedpdbp
Beschrijving A small game of trivia related to science.
Bestandsgrootte 63.28 KB
Aantal Installaties 39
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2018-02-22
Publicatiedatum 2018-02-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kaeso
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}