Verse of the Day

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

Co to jest Verse of the Day?

Verse of the Day to rozszerzenie Chrome opracowane przez BPilgrims, a jego główną funkcją jest „Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Verse of the Day

Pobierz pliki rozszerzeń Verse of the Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
Oficjalny URL https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Opis Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Rozmiar pliku 182 KB
Liczba instalacji 34
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-12-25
Data Publikacji 2020-11-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper BPilgrims
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bpilgrims.com
Obsługiwane Języki 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"
    }
}