Daily Bible Reflection

Your daily dose of Bible verses right on your new tab page.

Daily Bible Reflection란 무엇입니까?

Daily Bible Reflection은(는) https://newtabtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your daily dose of Bible verses right on your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Daily Bible Reflection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Be reminded of God’s promises constantly.

This extension sets your new tab page to Daily Bible Reflection for daily inspiration every time you use your browser.

- Strengthen your faith and always be encouraged with Bible verses - right on your Chrome new tab page
- Bible verses displayed changes daily ensuring a fresh reminder from the Word
- Share daily Bible verse to your Facebook or Twitter account
- Enrich your knowledge of the Bible daily with question of the day
- Change your wallpaper with our selection of breathtaking images

Daily Bible Reflection New Tab extension encourages you to read your Bible daily in a place where you least expect it - your Chrome New Tab page.

Click “Add to Chrome” to install Daily Bible Reflections for Free.

Adding this extension to Chrome sets your new tab page to Daily Bible Reflection.                    

확장 프로그램 기본 정보

이름 Daily Bible Reflection Daily Bible Reflection
ID coolkkbfjkkpfbkifcmdjmmfkdhfopml
공식 URL https://chromewebstore.google.com/detail/daily-bible-reflection/coolkkbfjkkpfbkifcmdjmmfkdhfopml
설명 Your daily dose of Bible verses right on your new tab page.
파일 크기 2.01 MB
설치 횟수 2,975
현재 버전 2.0.8
최근 업데이트 2022-12-08
출시 날짜 2018-04-17
평점 3.63/5 총 16 개의 평점
개발자 https://newtabtools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.newtabtools.com
도움말 페이지 URL https://www.newtabtools.com/contact-us
개인정보 보호 정책 페이지 URL http://www.newtabtools.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Bible Reflection",
    "version": "2.0.8",
    "manifest_version": 3,
    "description": "Your daily dose of Bible verses right on your new tab page.",
    "homepage_url": "https:\/\/www.newtabtools.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/bg\/background.js"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "topSites",
        "history",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.newtabtools.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.newtabtools.com\/*",
                "https:\/\/*.newtabtools.com\/*"
            ],
            "js": [
                "js\/bg\/ext.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/ads.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}