Bible Quiz

Bible fun Game for all ages

Co je Bible Quiz?

Bible Quiz je rozšíření Chrome vyvinuté Beacon of Hope, a jeho hlavní funkcí je „Bible fun Game for all ages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bible Quiz

Stáhněte si soubory rozšíření Bible Quiz ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bible Quiz Bible Quiz
ID kbhblojhnnmipaioeleddmchjhkhgcfh
Oficiální URL https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh
Popis Bible fun Game for all ages
Velikost souboru 991 KB
Počet instalací 69
Aktuální Verze 1.0.2.2
Poslední Aktualizace 2022-01-16
Datum Vydání 2021-04-09
Vývojář Beacon of Hope
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.anthonywhytejr.com
URL Stránky Zásad Ochrany Soukromí http://www.africangiantsconsultancynetwork.com/privacy
Podporované Jazyky 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"
    }
}