PopVerse Bible Study System

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

Wat is PopVerse Bible Study System?

PopVerse Bible Study System is een Chrome-extensie ontwikkeld door https://www.bibleanalyzer.com, en de belangrijkste functie is "Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PopVerse Bible Study System

Download PopVerse Bible Study System-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PopVerse Bible Study System PopVerse Bible Study System
ID bacpgelchdkdpdhpfejnckhmnodlkfik
Officiële URL https://chromewebstore.google.com/detail/popverse-bible-study-syst/bacpgelchdkdpdhpfejnckhmnodlkfik
Beschrijving Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.
Bestandsgrootte 1.77 MB
Aantal Installaties 3,430
Huidige Versie 2.0.1
Laatst Bijgewerkt 2020-08-10
Publicatiedatum 2017-02-28
Beoordeling 4.33/5 Totaal 33 Beoordelingen
Ontwikkelaar https://www.bibleanalyzer.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}