Daily Bible Reflection

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

Daily Bible Reflection क्या है?

Daily Bible Reflection https://newtabtools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your daily dose of Bible verses right on your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Bible Reflection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}