Verse of the Day

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

Co to jest Verse of the Day?

Verse of the Day to rozszerzenie Chrome opracowane przez Alex Reardon, a jego główną funkcją jest „Be provided with the verse of the day. Powered by Bible Gateway”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Verse of the Day

Pobierz pliki rozszerzeń Verse of the Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Verse of the Day Verse of the Day
ID lkfmekffciaajeflkfegpmlhfapfholj
Oficjalny URL https://chromewebstore.google.com/detail/verse-of-the-day/lkfmekffciaajeflkfegpmlhfapfholj
Opis Be provided with the verse of the day. Powered by Bible Gateway
Rozmiar pliku 228 KB
Liczba instalacji 1,191
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2013-08-01
Data Publikacji 2013-08-01
Ocena 4.62/5 Łącznie 13 Oceny
Deweloper Alex Reardon
Typ Płatności free
Obsługiwane Języki 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"
    ]
}