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

Was ist Bible Scripture Tagger?

Bible Scripture Tagger ist eine Chrome-Erweiterung, die von Bible Portal entwickelt wurde, und ihr Hauptmerkmal ist "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Erweiterungsscreenshots

screenshot

Bible Scripture Tagger-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bible Scripture Tagger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
Offizielle URL https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Beschreibung Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Dateigröße 112 KB
Installationsanzahl 103
Aktuelle Version 0.0.1
Letztes Update 2021-08-12
Veröffentlichungsdatum 2021-08-10
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Bible Portal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bibleportal.com/
Hilfeseite URL https://bibleportal.com
URL der Datenschutzrichtlinien-Seite https://bibleportal.com/page/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}