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

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

                        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/
عنوان صفحة المساعدة 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:\/\/*\/*"
    ]
}