iDisciple's Verse of the Day

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

Apa itu iDisciple's Verse of the Day?

iDisciple's Verse of the Day adalah ekstensi Chrome yang dikembangkan oleh iDisciple, dan fitur utamanya adalah "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi iDisciple's Verse of the Day

Unduh file ekstensi iDisciple's Verse of the Day dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
URL Resmi https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Deskripsi Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Ukuran File 242 KB
Jumlah Instalasi 196
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-09-13
Tanggal Publikasi 2022-08-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang iDisciple
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.idisciple.org
URL Halaman Bantuan https://www.idisciple.org/contact
Bahasa yang Didukung 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": []
        }
    ]
}