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 с друзьями, чтобы легко установить расширения 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:\/\/*\/*"
    ]
}