Verse of the Day

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

Hvad er Verse of the Day?

Verse of the Day er en Chrome-udvidelse udviklet af BPilgrims, og dens hovedfunktion er "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Verse of the Day-udvidelses-CRX-fil

Download Verse of the Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
Officiel URL https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Beskrivelse Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Filstørrelse 182 KB
Antal Installationer 34
Nuværende Version 1.4
Senest Opdateret 2020-12-25
Udgivelsesdato 2020-11-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler BPilgrims
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bpilgrims.com
Understøttede Sprog 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"
    }
}