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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://bibleportal.com
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}