PopVerse Bible Study System

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

Apa itu PopVerse Bible Study System?

PopVerse Bible Study System adalah ekstensi Chrome yang dikembangkan oleh https://www.bibleanalyzer.com, dan fitur utamanya adalah "Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PopVerse Bible Study System

Unduh file ekstensi PopVerse Bible Study System dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PopVerse Bible Study System PopVerse Bible Study System
ID bacpgelchdkdpdhpfejnckhmnodlkfik
URL Resmi https://chromewebstore.google.com/detail/popverse-bible-study-syst/bacpgelchdkdpdhpfejnckhmnodlkfik
Deskripsi Makes links of Bible refs for included King James Bible. View via popup or window. Supports reference entry and searching.
Ukuran File 1.77 MB
Jumlah Instalasi 3,430
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2020-08-10
Tanggal Publikasi 2017-02-28
Penilaian 4.33/5 Total 33 Penilaian
Pengembang https://www.bibleanalyzer.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}