iDisciple's Verse of the Day

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

iDisciple's Verse of the Dayคืออะไร?

iDisciple's Verse of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iDisciple และคุณลักษณะหลักของมันคือ "Start your day with Jesus. Open your browser window to a new and encouraging verse every day."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iDisciple's Verse of the Day

ดาวน์โหลดไฟล์ส่วนขยาย iDisciple's Verse of the Day ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
คำอธิบาย Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-09-13
วันที่เผยแพร่ 2022-08-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iDisciple
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.idisciple.org
URL หน้าช่วยเหลือ https://www.idisciple.org/contact
ภาษาที่รองรับ 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": []
        }
    ]
}