Scripture Links

Create links to verses and paragraphs on lds.org

O que é Scripture Links?

Scripture Links é uma extensão do Chrome desenvolvida por stoutsuidae, e sua principal característica é "Create links to verses and paragraphs on lds.org".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scripture Links

Baixe arquivos de extensão Scripture Links 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

                        This extension will allow you to easily share scriptures and conference talks from lds.org.  Just right click on the verse or paragraph you want to share, select Create Link from the menu and now you can paste a link to that specific text anywhere you want.  This extension is in no way affiliated with www.lds.org or The Church of Jesus Christ of Latter Day Saints.

Version 1.2.0 - Can create links in church magazines and teachings of the prophets.
Version 1.1.0 - Can highlight multiple verses or paragraphs
Version 1.0.0 - Can create links for scriptures and general conference talks                    

Informações Básicas da Extensão

Nome Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
URL Oficial https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Descrição Create links to verses and paragraphs on lds.org
Tamanho do Arquivo 9.85 KB
Contagem de Instalações 155
Versão Atual 1.2.0
Última Atualização 2015-10-02
Data de Publicação 2015-10-02
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor stoutsuidae
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scripture Links",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Create links to verses and paragraphs on lds.org",
    "icons": {
        "128": "Scripture_Bookmark.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lds.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "page": "background.html"
    }
}