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 |
Eメール | [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" } } |