Scripture Tagger

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

Scripture Tagger là gì?

Scripture Tagger là một tiện ích mở rộng Chrome được phát triển bởi EdgeCaseLabs.com, và tính năng chính của nó là "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scripture Tagger

Tải xuống các tệp mở rộng Scripture Tagger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scripture Tagger Scripture Tagger
ID bjdodjhgmhfknagondkknocjpdchkhcn
URL Chính Thức https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn
Mô tả A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Kích Thước Tệp 31.53 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2013-08-12
Ngày Phát Hành 2013-08-12
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển EdgeCaseLabs.com
Loại Thanh Toán free
Trang Web Mở Rộng http://edgecaselabs.github.io/scripture-tagger/
URL Trang Trợ Giúp https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}