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文件

下载PopVerse Bible Study System扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}