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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scripture Links
قم بتنزيل ملفات الامتداد Scripture Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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" } } |