Daily Bible Verse

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

Daily Bible Verse là gì?

Daily Bible Verse là một tiện ích mở rộng Chrome được phát triển bởi https://lukevo.com, và tính năng chính của nó là "Your new tab is now replaced with a daily Bible verse and background image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Daily Bible Verse

Tải xuống các tệp mở rộng Daily Bible Verse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Check out the 2nd version with more features and fixes at https://chrome.google.com/webstore/detail/daily-bible-verse/jdcceghmfcinfgjmnfgfopfndpojjaed. This version is still available for older computers that would not run the newer version well.

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.

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.

* New Update changes:
1.0.3 (Feb 9th 2018):
- Added 3 Clock format options.

1.0.2:
- Added support for smaller screens.
- Added support for text customization.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Daily Bible Verse Daily Bible Verse
ID hbcnmbidfinkocndbbchppnnnmlcdocl
URL Chính Thức https://chromewebstore.google.com/detail/daily-bible-verse/hbcnmbidfinkocndbbchppnnnmlcdocl
Mô tả Your new tab is now replaced with a daily Bible verse and background image.
Kích Thước Tệp 537 KB
Số Lần Cài Đặt 2,466
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-10-22
Ngày Phát Hành 2018-02-08
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://lukevo.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Daily Verse",
    "name": "Daily Bible Verse",
    "version": "1.0.3",
    "description": "Your new tab is now replaced with a daily Bible verse and background image.",
    "author": "Luke Vo",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png",
        "512": "img\/icon-512.png"
    },
    "homepage_url": "http:\/\/dailybibleverse.lukevo.faith",
    "permissions": [
        "http:\/\/dailybibleverse.lukevo.faith\/*",
        "https:\/\/dailybibleverse.lukevo.faith\/*",
        "https:\/\/www.biblegateway.com\/*",
        "storage"
    ]
}