Focus Bible

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

Focus Bible란 무엇입니까?

Focus Bible은(는) cameronandrewpak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus on scripture one verse at a time. Using YouVersion's Bible.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}