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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |