Verse of the Day

Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates

Что такое Verse of the Day?

Verse of the Day - это расширение Chrome, разработанное BPilgrims, и его основная функция - "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Verse of the Day

Скачайте файлы расширений Verse of the Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page.                    

Основная информация о расширении

Название Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
Официальный URL https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Описание Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Размер файла 182 KB
Количество установок 34
Текущая Версия 1.4
Последнее Обновление 2020-12-25
Дата публикации 2020-11-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик BPilgrims
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bpilgrims.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verse of the Day",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates",
    "homepage_url": "https:\/\/bpilgrims.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Welcome",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}