Bible Quiz

Bible fun Game for all ages

Bible Quizคืออะไร?

Bible Quiz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beacon of Hope และคุณลักษณะหลักของมันคือ "Bible fun Game for all ages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bible Quiz

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bible Quiz Bible Quiz
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"
    }
}