Verse of the Day

Be provided with the verse of the day. Powered by Bible Gateway

Qu'est-ce que Verse of the Day ?

Verse of the Day est une extension Chrome développée par Alex Reardon, et sa fonction principale est "Be provided with the verse of the day. Powered by Bible Gateway".

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

                        Be encouraged, challenged and inspired by God’s word. Each day you will be provided with a new passage to digest. Please feel free to leave suggestions for improvements and new features.

The extension allows the use of the following translations:

English Standard Version (ESV)
Expanded Bible (EXB)
God's Word (GW)
Holman Christian Standard Bible (HCSB)
King James Version (KJV)
New Century Version (NCV)
New International Version (NIV)
New King James Version (NKJV)
New Living Translation (NLT)
Nueva Version Internacional (NVI)
The Voice (VOICE)                    

Informations de Base sur l'Extension

Nom Verse of the Day Verse of the Day
ID lkfmekffciaajeflkfegpmlhfapfholj
URL Officiel https://chromewebstore.google.com/detail/verse-of-the-day/lkfmekffciaajeflkfegpmlhfapfholj
Description Be provided with the verse of the day. Powered by Bible Gateway
Taille du Fichier 228 KB
Nombre d'Installations 1,191
Version Actuelle 0.6
Dernière Mise à Jour 2013-08-01
Date de Publication 2013-08-01
Évaluation 4.62/5 Total 13 Évaluations
Développeur Alex Reardon
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "Be provided with the verse of the day. Powered by Bible Gateway",
    "version": "0.6",
    "browser_action": {
        "default_icon": {
            "19": ".\/resources\/images\/icon19.png",
            "38": ".\/resources\/images\/icon38.png"
        },
        "default_popup": "app.html"
    },
    "icons": {
        "48": ".\/resources\/images\/icon48.png",
        "128": ".\/resources\/images\/icon128.png"
    },
    "options_page": "app.html#\/settings",
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.biblegateway.com\/",
        "storage"
    ]
}