Scripture Tagger

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

O que é Scripture Tagger?

Scripture Tagger é uma extensão do Chrome desenvolvida por EdgeCaseLabs.com, e sua principal característica é "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scripture Tagger

Baixe arquivos de extensão Scripture Tagger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scripture Tagger Scripture Tagger
ID bjdodjhgmhfknagondkknocjpdchkhcn
URL Oficial https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn
Descrição A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
Tamanho do Arquivo 31.53 KB
Contagem de Instalações 174
Versão Atual 1.0.3
Última Atualização 2013-08-12
Data de Publicação 2013-08-12
Classificação 2.86/5 Total de 7 Avaliações
Desenvolvedor EdgeCaseLabs.com
Tipo de Pagamento free
Site da Extensão http://edgecaselabs.github.io/scripture-tagger/
URL da Página de Ajuda https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn
Idiomas Suportados 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:\/\/*\/*"
    ]
}