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

Co to jest Bible Scripture Tagger?

Bible Scripture Tagger to rozszerzenie Chrome opracowane przez Bible Portal, a jego główną funkcją jest „Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bible Scripture Tagger

Pobierz pliki rozszerzeń Bible Scripture Tagger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
Oficjalny URL https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Opis Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Rozmiar pliku 112 KB
Liczba instalacji 103
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-08-12
Data Publikacji 2021-08-10
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Bible Portal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bibleportal.com/
Adres URL Strony Pomocy https://bibleportal.com
Adres URL Strony Polityki Prywatności https://bibleportal.com/page/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}