Random Scripture Generator
Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Random Scripture Generator란 무엇입니까?
Random Scripture Generator은(는) steeledevelopers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)"입니다.
확장 프로그램 스크린샷
Random Scripture Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clicking this chrome extension to see a random verse of scripture is a great way to pique your curiosity about the stories and content of these books of scriptures. From the chrome extension, click on the verse reference to read it in context, on the church website. (This is not an official app from The Church Of Jesus Christ of Latter-Day Saints.)
확장 프로그램 기본 정보
이름 | Random Scripture Generator |
ID | gkpbejaonpbpidljdldghalngdbbaiei |
공식 URL | https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei |
설명 | Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.) |
파일 크기 | 3.46 MB |
설치 횟수 | 55 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-07-20 |
출시 날짜 | 2019-07-19 |
개발자 | steeledevelopers |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Scripture Generator", "description": "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)", "version": "0.3", "background": { "page": "background.html" }, "browser_action": { "default_icon": "Icons\/v3-scripture-orb1.png", "default_popup": "popup.html" }, "icons": { "16": "Icons\/v3-scripture-orb1.png", "19": "Icons\/v3-scripture-orb1.png", "38": "Icons\/v3-scripture-orb1.png", "48": "Icons\/v3-scripture-orb1.png", "128": "Icons\/v3-scripture-orb1.png", "256": "Icons\/v3-scripture-orb1.png" }, "permissions": [ "storage" ] } |