Scripture Links

Create links to verses and paragraphs on lds.org

Cos'è Scripture Links?

Scripture Links è un'estensione di Chrome sviluppata da stoutsuidae, e la sua funzione principale è "Create links to verses and paragraphs on lds.org".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scripture Links

Scarica i file di estensione Scripture Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
URL Ufficiale https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Descrizione Create links to verses and paragraphs on lds.org
Dimensione del File 9.85 KB
Conteggio Installazioni 155
Versione Corrente 1.2.0
Ultimo Aggiornamento 2015-10-02
Data di Pubblicazione 2015-10-02
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore stoutsuidae
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}