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

Τι είναι το Bible Scripture Tagger;

Το Bible Scripture Tagger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bible Portal, και η κύρια λειτουργία του είναι "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bible Scripture Tagger

Λήψη αρχείων επέκτασης Bible Scripture Tagger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
Επίσημο URL https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Περιγραφή Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Μέγεθος Αρχείου 112 KB
Αριθμός Εγκαταστάσεων 103
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-08-12
Ημερομηνία Δημοσίευσης 2021-08-10
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Bible Portal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bibleportal.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://bibleportal.com
URL της Σελίδας Πολιτικής Απορρήτου https://bibleportal.com/page/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}