Focus Bible

Focus on scripture one verse at a time. Using YouVersion's Bible.com.

Focus Bible क्या है?

Focus Bible cameronandrewpak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Focus on scripture one verse at a time. Using YouVersion's Bible.com."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Focus Bible एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you ever sometimes find yourself overwhelmed when trying to read the Bible? Do you sometimes read through a chapter and instantly forget everything you just read?

Focus Bible helps you stay focused on one verse at a time, so you can better be in the moment for each word God is speaking to you. 

This tool was created to help me slow down and pray through Scripture. It's also a great way to meditate on Scripture.

All of this is possible thanks to YouVersion's Bible.com.

-- UPDATES --
• v.1.0.7 - Performance enhancements around scrolling. You can now navigate between verses using the down and up arrow keys! ⌨️
• v1.0.6 - Bug fix where focus view didn't work correctly.
• v1.0.5 - Bug fix where toggle didn't turn off focus. Focus mode fixed!
• v1.0.4 - Removed commentary (temp). Added ability for focus reader when logged in!
• v1.0.3 - Added Bible Commentary                    

एक्सटेंशन की मूल जानकारी

नाम Focus Bible Focus Bible
ID gnknniobgdhfgiminhjehejgkkeghoka
आधिकारिक URL https://chrome.google.com/webstore/detail/focus-bible/gnknniobgdhfgiminhjehejgkkeghoka
विवरण Focus on scripture one verse at a time. Using YouVersion's Bible.com.
फ़ाइल का आकार 45 KB
स्थापना संख्या 306
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2021-04-24
प्रकाशन तिथि 2020-02-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर cameronandrewpak
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bible.com/bible/116/JHN.1.NLT
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus Bible",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Focus on scripture one verse at a time. Using YouVersion's Bible.com.",
    "icons": {
        "16": "icons\/FBicon-16.png",
        "48": "icons\/FBicon-48.png",
        "128": "icons\/FBicon-128.png"
    },
    "background": [],
    "permissions": [
        "contentSettings",
        "https:\/\/*.bible.com\/*",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bible.com\/bible\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focus Bible"
    }
}