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
公式URL 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
Eメール [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"
    }
}