Verse of the Day

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

Vad är Verse of the Day?

Verse of the Day är en Chrome-tillägg utvecklad av BPilgrims, och dess huvudfunktion är "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Verse of the Day-förlängningens CRX-fil

Ladda ner Verse of the Day-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
Officiell webbadress https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Beskrivning Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Filstorlek 182 KB
Antal Installationer 34
Aktuell Version 1.4
Senast Uppdaterad 2020-12-25
Publiceringsdatum 2020-11-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare BPilgrims
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bpilgrims.com
Stödda Språk 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"
    }
}