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
公式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:\/\/*\/*"
    ]
}