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은(는) https://lukevo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your new tab is now replaced with a daily Bible verse and background video or image."입니다.
확장 프로그램 스크린샷
Daily Bible Verse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |