Scripture Tagger

A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.

Scripture Taggerคืออะไร?

Scripture Tagger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EdgeCaseLabs.com และคุณลักษณะหลักของมันคือ "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scripture Tagger

ดาวน์โหลดไฟล์ส่วนขยาย Scripture Tagger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IF YOU'RE HAVING TROUBLE, PLEASE LEAVE FEEDBACK HERE, NOT IN THE REVIEWS--I CAN'T RESPOND TO REVIEWS:
https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn

This is a simple Chrome Extension which turns scripture references on a webpage into links. When you hover over a link, you are shown the scripture reference in a popup. Clicking the link takes you to the associated scripture passage.

All of this is made possible by using the free RefTagger tool from Logos Bible Software.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scripture Tagger Scripture Tagger
ID bjdodjhgmhfknagondkknocjpdchkhcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn
คำอธิบาย A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
ขนาดไฟล์ 31.53 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2013-08-12
วันที่เผยแพร่ 2013-08-12
คะแนน 2.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา EdgeCaseLabs.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://edgecaselabs.github.io/scripture-tagger/
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scripture Tagger",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.",
    "icons": {
        "16": "lincoln_bible16.png",
        "48": "lincoln_bible48.png",
        "128": "lincoln_bible128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "lincoln_bible32.png",
            "38": "lincoln_bible48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*"
    ]
}