Scripture Tagger

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

什麼是Scripture Tagger?

Scripture Tagger是由EdgeCaseLabs.com開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.”。

擴展截圖

screenshot

下載Scripture Tagger擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}