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 |
官方URL | 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" } } |