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"
    }
}