Verse of the Day

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

Qu'est-ce que Verse of the Day ?

Verse of the Day est une extension Chrome développée par BPilgrims, et sa fonction principale est "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Verse of the Day

Téléchargez les fichiers d'extension Verse of the Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
URL Officiel https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Description Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Taille du Fichier 182 KB
Nombre d'Installations 34
Version Actuelle 1.4
Dernière Mise à Jour 2020-12-25
Date de Publication 2020-11-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur BPilgrims
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bpilgrims.com
Langues Prises en Charge 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"
    }
}