iDisciple's Verse of the Day

Start your day with Jesus. Open your browser window to a new and encouraging verse every day.

Co to jest iDisciple's Verse of the Day?

iDisciple's Verse of the Day to rozszerzenie Chrome opracowane przez iDisciple, a jego główną funkcją jest „Start your day with Jesus. Open your browser window to a new and encouraging verse every day.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia iDisciple's Verse of the Day

Pobierz pliki rozszerzeń iDisciple's 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

                        What if every morning you could get a moment with Jesus? 
Download iDisciple’s Verse of the Day Chrome extension today!                    

Podstawowe informacje o rozszerzeniu

Nazwa iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Oficjalny URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Opis Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Rozmiar pliku 242 KB
Liczba instalacji 196
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-09-13
Data Publikacji 2022-08-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper iDisciple
E-mail idiscipledeveloper@gmail.com
Typ Płatności free
Strona Rozszerzenia https://www.idisciple.org
Adres URL Strony Pomocy https://www.idisciple.org/contact
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "iDisciple's Verse of the Day",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}