Daily Bible Verse

Your new tab is now replaced with a daily Bible verse and background video or image.

Daily Bible Verseคืออะไร?

Daily Bible Verse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lukevo.com และคุณลักษณะหลักของมันคือ "Your new tab is now replaced with a daily Bible verse and background video or image."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Bible Verse

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

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

                        An extension that replaces your New Tab page with a daily devotional Bible Verse.  With hundreds of Bible versions to select from, you can choose your favorite to display. You can also choose your favorite wallpaper as image or video.

This extension is dedicated to the LORD, and does not include any type of advertisements or tracking. The source code is available freely to everyone who wants to use it for the purpose of glorifying God, the LORD Almighty.

This is the 2nd version of the extension with big changes. Therefore I publish it separately from the old one because very old machines may not be able to run this one. This version includes:

- Daily Bible Verse with customizable Bible versions from many languages. A copy button is now added.

- Customizable background: you can pick a video or photo for your wallpaper now.

- Customizable Clock with greetings.

For more information, source code and contribution, please visit the project page on GitHub: https://github.com/datvm/DailyBibleVerse2                    

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

ชื่อ Daily Bible Verse Daily Bible Verse
ID jdcceghmfcinfgjmnfgfopfndpojjaed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daily-bible-verse/jdcceghmfcinfgjmnfgfopfndpojjaed
คำอธิบาย Your new tab is now replaced with a daily Bible verse and background video or image.
ขนาดไฟล์ 10.51 MB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-10-24
วันที่เผยแพร่ 2021-10-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://lukevo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/datvm/DailyBibleVerse2
URL หน้าช่วยเหลือ https://github.com/datvm/DailyBibleVerse2
ภาษาที่รองรับ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "version": "2.0.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "256": "img\/icon-256.png",
        "32": "img\/icon-32.png",
        "512": "img\/icon-512.png",
        "64": "img\/icon-64.png"
    },
    "host_permissions": [
        "https:\/\/www.biblegateway.com\/votd\/get\/"
    ],
    "optional_permissions": [
        "storage"
    ],
    "permissions": [
        "unlimitedStorage"
    ],
    "offline_enabled": true
}