PopVerse Bible Study System

Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.

PopVerse Bible Study System란 무엇입니까?

PopVerse Bible Study System은(는) https://www.bibleanalyzer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PopVerse Bible Study System 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Popverse is a stand-alone Bible reference linking system that allows users to view the King James Bible text of any reference on an online or local webpage in a popup or separate browser window. Popverse has powerful features not found with other linking systems,

* Fully Self-Contained; KJV Bible Included
PopVerse does not rely on online sources. The entire King James Bible text is included and access to it is instantaneous. It works perfectly offline.

* Instant Reference Context Viewing
Clicking a linked reference will cause a small browser "Chapter Window" to open showing the entire Bible chapter with highlighted references(s).

* Context Menu Verse List
A Right-click will open a Verse List from References option where the text of all the Bible references on a page will be loaded in the "Verse List Window."

* Easy Reference Entry
A simple click of the PopVerse icon will open a Quick Reference Entry where the user can enter a reference to view. Entries can also be made in the Chapter Window.

* Easy Bible Searching
Enter word(s) in entry in PopVerse Icon page or under Search Tab to search the Bible. Wildcards are optional. A concise search hit frequency chart is also generated. 

* Optional Cross References Display
In the Chapter Window there is a button to turn on key cross references for each verse from the Treasury of Scripture Knowledge. Up to four cross references will be shown.

* Freedom From Unwanted Promotion
The user is in full control and is never taken off the current page to an online web page which can include ads, nag messages, and other promotions.

Popverse works automatically. It will instantly scan every page you visit for Bible references and link them to the included King James Bible text.

Changelog
--------------------

v2.0.1

- Added tabbed interface
- Added Search function with interactive hit chart
- Verse list is automatically generated when tab is selected
- Added several other visual features and enhancements

v1.0.8

- Will now work with image maps
- Correct errors in cross-references

v1.0.6

- Updated to work with Chrome 50
- Fixed issue with corrupted layout on some web pages

v1.0.5

- Option to View Key TSK Cross-References in Chapter Window
- Ability to Instantly Toggle Cross-Reference Panel On/Off
- Verse Entry Available in Chapter Window
- Option to Link Partial references (i.e. "3:16")
- Verse List References Are Now Links
- Several Appearance Modifications

v0.9
- New Options Page
- Can Select Popup and Window Color
- Ability to Enable/Disable PopVerse from Icon
- A Badge on Icon Showing Number of Inserted Links on Page
- Now Blocks "Remote Linking Scripts" allowing pages to be Linked by PopVerse
- Can Now Recognize Even More References

v0.7
- Added Reference Entry capability under icon.
- Size and Position of chapter and verse list windows is now saved.
- Added Prev/Next chapter buttons to Chapter Display Window.
- Can now right-click on links for verse list menu.
- Slightly modified reference finding code to link more references.

v0.5
- Initial Release                    

확장 프로그램 기본 정보

이름 PopVerse Bible Study System PopVerse Bible Study System
ID bacpgelchdkdpdhpfejnckhmnodlkfik
공식 URL https://chromewebstore.google.com/detail/popverse-bible-study-syst/bacpgelchdkdpdhpfejnckhmnodlkfik
설명 Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.
파일 크기 1.77 MB
설치 횟수 3,430
현재 버전 2.0.1
최근 업데이트 2020-08-10
출시 날짜 2017-02-28
평점 4.33/5 총 33 개의 평점
개발자 https://www.bibleanalyzer.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopVerse Bible Study System",
    "short_name": "PopVerse",
    "description": "Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.",
    "version": "2.0.1",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser.js"
            ],
            "css": [
                "popVerse.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "chap.js",
        "options.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ]
}