Scripture Links

Create links to verses and paragraphs on lds.org

Qu'est-ce que Scripture Links ?

Scripture Links est une extension Chrome développée par stoutsuidae, et sa fonction principale est "Create links to verses and paragraphs on lds.org".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scripture Links

Téléchargez les fichiers d'extension Scripture Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
URL Officiel https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Description Create links to verses and paragraphs on lds.org
Taille du Fichier 9.85 KB
Nombre d'Installations 155
Version Actuelle 1.2.0
Dernière Mise à Jour 2015-10-02
Date de Publication 2015-10-02
Évaluation 4.00/5 Total 4 Évaluations
Développeur stoutsuidae
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}