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