Verse of the Day

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

Co je Verse of the Day?

Verse of the Day je rozšíření Chrome vyvinuté BPilgrims, a jeho hlavní funkcí je „Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Verse of the Day

Stáhněte si soubory rozšíření Verse of the Day 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í

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

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

Název Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
Oficiální URL https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Popis Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Velikost souboru 182 KB
Počet instalací 34
Aktuální Verze 1.4
Poslední Aktualizace 2020-12-25
Datum Vydání 2020-11-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář BPilgrims
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bpilgrims.com
Podporované Jazyky 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"
    }
}