Verse of the Day

Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates

Apa itu Verse of the Day?

Verse of the Day adalah ekstensi Chrome yang dikembangkan oleh BPilgrims, dan fitur utamanya adalah "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Verse of the Day

Unduh file ekstensi 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

                        Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page.                    

Informasi Dasar Ekstensi

Nama Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
URL Resmi https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Deskripsi Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Ukuran File 182 KB
Jumlah Instalasi 34
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-12-25
Tanggal Publikasi 2020-11-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang BPilgrims
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bpilgrims.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verse of the Day",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates",
    "homepage_url": "https:\/\/bpilgrims.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Welcome",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}