Bible Quiz
Bible fun Game for all ages
什麼是Bible Quiz?
Bible Quiz是由Beacon of Hope開發的Chrome擴展程式,該擴展的主要功能是“Bible fun Game for all ages”。
擴展截圖
下載Bible Quiz擴展crx文件
下載Bible Quiz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Raise your children with the knowledge of the scriptures. Even adults can give it a go. Have fun with the scriptures with 50 biblical multiple choice questions in this initial version. More questions to follow with periodic updates. After installation, open a new tab to access the game.
擴展基本資訊
名稱 | |
ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
官方網址 | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
簡介 | Bible fun Game for all ages |
檔案大小 | 991 KB |
安裝次數 | 69 |
目前版本 | 1.0.2.2 |
更新時間 | 2022-01-16 |
上架時間 | 2021-04-09 |
開發者 | Beacon of Hope |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.anthonywhytejr.com |
隱私政策頁面URL | http://www.africangiantsconsultancynetwork.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bible Quiz", "description": "Bible fun Game for all ages", "version": "1.0.2.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/arrow16.png", "32": "images\/arrow32.png", "48": "images\/arrow48.png", "128": "images\/arrow128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+G", "mac": "MacCtrl+Shift+G" }, "description": "Opens Bible Quiz" } }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" } } |