Verse of the Day

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

Vad är Verse of the Day?

Verse of the Day är en Chrome-tillägg utvecklad av Alex Reardon, och dess huvudfunktion är "Be provided with the verse of the day. Powered by Bible Gateway".

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

                        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)                    

Grundläggande Information om Tillägg

Namn Verse of the Day Verse of the Day
ID lkfmekffciaajeflkfegpmlhfapfholj
Officiell webbadress https://chromewebstore.google.com/detail/verse-of-the-day/lkfmekffciaajeflkfegpmlhfapfholj
Beskrivning Be provided with the verse of the day. Powered by Bible Gateway
Filstorlek 228 KB
Antal Installationer 1,191
Aktuell Version 0.6
Senast Uppdaterad 2013-08-01
Publiceringsdatum 2013-08-01
Betyg 4.62/5 Totalt 13 Betyg
Utvecklare Alex Reardon
Betalningssätt free
Stödda Språk 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"
    ]
}