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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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:\/\/*\/*"
    ]
}