PopVerse Bible Study System

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

Qu'est-ce que PopVerse Bible Study System ?

PopVerse Bible Study System est une extension Chrome développée par https://www.bibleanalyzer.com, et sa fonction principale est "Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PopVerse Bible Study System

Téléchargez les fichiers d'extension PopVerse Bible Study System au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PopVerse Bible Study System PopVerse Bible Study System
ID bacpgelchdkdpdhpfejnckhmnodlkfik
URL Officiel https://chromewebstore.google.com/detail/popverse-bible-study-syst/bacpgelchdkdpdhpfejnckhmnodlkfik
Description Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.
Taille du Fichier 1.77 MB
Nombre d'Installations 3,430
Version Actuelle 2.0.1
Dernière Mise à Jour 2020-08-10
Date de Publication 2017-02-28
Évaluation 4.33/5 Total 33 Évaluations
Développeur https://www.bibleanalyzer.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}