Scripture Links

Create links to verses and paragraphs on lds.org

什麼是Scripture Links?

Scripture Links是由stoutsuidae開發的Chrome擴展程式,該擴展的主要功能是“Create links to verses and paragraphs on lds.org”。

擴展截圖

screenshot

下載Scripture Links擴展crx文件

下載Scripture Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
官方網址 https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
簡介 Create links to verses and paragraphs on lds.org
檔案大小 9.85 KB
安裝次數 155
目前版本 1.2.0
更新時間 2015-10-02
上架時間 2015-10-02
評分 4.00/5 共 4 次評分
開發者 stoutsuidae
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}