Science Trivia

A small game of trivia related to science.

Qu'est-ce que Science Trivia ?

Science Trivia est une extension Chrome développée par Kaeso, et sa fonction principale est "A small game of trivia related to science.".

Télécharger le fichier CRX de l'extension Science Trivia

Téléchargez les fichiers d'extension Science Trivia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Science Trivia Science Trivia
ID ainabecaaelfgmppjlejombgkpedpdbp
URL Officiel https://chrome.google.com/webstore/detail/science-trivia/ainabecaaelfgmppjlejombgkpedpdbp
Description A small game of trivia related to science.
Taille du Fichier 63.28 KB
Nombre d'Installations 39
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2018-02-22
Date de Publication 2018-02-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kaeso
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}