Scripture Links

Create links to verses and paragraphs on lds.org

Scripture Links là gì?

Scripture Links là một tiện ích mở rộng Chrome được phát triển bởi stoutsuidae, và tính năng chính của nó là "Create links to verses and paragraphs on lds.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scripture Links

Tải xuống các tệp mở rộng Scripture Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
URL Chính Thức https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Mô tả Create links to verses and paragraphs on lds.org
Kích Thước Tệp 9.85 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2015-10-02
Ngày Phát Hành 2015-10-02
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển stoutsuidae
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}