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"입니다.
확장 프로그램 스크린샷
Scripture Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |