Scripture Links

Create links to verses and paragraphs on lds.org

What is Scripture Links?

Scripture Links is a Chrome extension developed by stoutsuidae, and its main feature is "Create links to verses and paragraphs on lds.org".

Extension Screenshots

screenshot

Download Scripture Links Extension CRX File

Download Scripture Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
Official URL https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Description Create links to verses and paragraphs on lds.org
File Size 9.85 KB
Installation Count 155
Current Version 1.2.0
Last Updated 2015-10-02
Publish Date 2015-10-02
Rating 4.00/5 Total 4 Ratings
Developer stoutsuidae
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}