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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Bible Scripture Tagger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}