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文件
下载Random Scripture Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |