Science Trivia

A small game of trivia related to science.

What is Science Trivia?

Science Trivia is a Chrome extension developed by Kaeso, and its main feature is "A small game of trivia related to science.".

Download Science Trivia Extension CRX File

Download Science Trivia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Science Trivia Science Trivia
ID ainabecaaelfgmppjlejombgkpedpdbp
Official URL https://chrome.google.com/webstore/detail/science-trivia/ainabecaaelfgmppjlejombgkpedpdbp
Description A small game of trivia related to science.
File Size 63.28 KB
Installation Count 39
Current Version 0.0.0.4
Last Updated 2018-02-22
Publish Date 2018-02-22
Rating 5.00/5 Total 1 Ratings
Developer Kaeso
Email [email protected]
Payment Type free
Supported Languages 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"
}