Bible Scripture Tagger

Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal

Hvad er Bible Scripture Tagger?

Bible Scripture Tagger er en Chrome-udvidelse udviklet af Bible Portal, og dens hovedfunktion er "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Udvidelsesskærmbilleder

screenshot

Download Bible Scripture Tagger-udvidelses-CRX-fil

Download Bible Scripture Tagger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Bible Scripture Tagger is a Chrome Extension to automatically create a hover for Bible references. The hover reveals the verse text and provides a link for further study at the Bible Portal website.

This extension can automatically recognize the Bible version. It's very convenient for you to look up the Bible Scripture on internet.                    

Grundlæggende oplysninger om udvidelsen

Navn Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
Officiel URL https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Beskrivelse Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Filstørrelse 112 KB
Antal Installationer 103
Nuværende Version 0.0.1
Senest Opdateret 2021-08-12
Udgivelsesdato 2021-08-10
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Bible Portal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bibleportal.com/
Hjælpeside-URL https://bibleportal.com
URL til Fortrolighedspolitik Side https://bibleportal.com/page/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bible Scripture Tagger",
    "description": "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal",
    "version": "0.0.1",
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "css\/scripture_tagger.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/yahoo-dom-event.js",
                "scripts\/scripture_tagger.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bp-logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}