Science Trivia

A small game of trivia related to science.

什麼是Science Trivia?

Science Trivia是由Kaeso開發的Chrome擴展程式,該擴展的主要功能是“A small game of trivia related to science.”。

下載Science Trivia擴展crx文件

下載Science Trivia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Science Trivia Science Trivia
ID ainabecaaelfgmppjlejombgkpedpdbp
官方網址 https://chrome.google.com/webstore/detail/science-trivia/ainabecaaelfgmppjlejombgkpedpdbp
簡介 A small game of trivia related to science.
檔案大小 63.28 KB
安裝次數 39
目前版本 0.0.0.4
更新時間 2018-02-22
上架時間 2018-02-22
評分 5.00/5 共 1 次評分
開發者 Kaeso
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}