Scripture Links

Create links to verses and paragraphs on lds.org

Scripture Linksคืออะไร?

Scripture Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stoutsuidae และคุณลักษณะหลักของมันคือ "Create links to verses and paragraphs on lds.org"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scripture Links

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}