Daily Bible Verse
The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.
什么是Daily Bible Verse?
Daily Bible Verse是由https://bibleverseapp.com开发的Chrome扩展程序,该扩展的主要功能是“The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.”。
扩展截图
下载Daily Bible Verse扩展crx文件
下载Daily Bible Verse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace new tab page with God's words. Select your favorite bible reading plans, read the verse whenever you open a new tab, and play simple games to help you memorize the verses. Delightful background photos and animation every time you open a new tab. We make bible reading easy and fun! 扩展基本信息
| 名称 | |
| ID | jogajkcgclkfedbhdcopmpmeeophkkji |
| 官方URL | https://chromewebstore.google.com/detail/daily-bible-verse/jogajkcgclkfedbhdcopmpmeeophkkji |
| 简介 | The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab. |
| 文件大小 | 12.1 MB |
| 安装次数 | 1,922 |
| 当前版本 | 2.1.1 |
| 更新时间 | 2017-05-02 |
| 上架时间 | 2017-05-02 |
| 评分 | 4.60/5 共67次评分 |
| 开发者 | https://bibleverseapp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.bibleverseapp.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Daily Bible Verse",
"description": "The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.",
"permissions": [
"storage",
"http:\/\/biblereadingplans.herokuapp.com\/verses",
"http:\/\/localhost:3000\/verses",
"http:\/\/localhost:3001\/verses"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"version": "2.1.1",
"chrome_url_overrides": {
"newtab": "main.html"
},
"web_accessible_resources": [
"reading_plan.js",
"jqmeter.min.js",
"circle-progress.js"
],
"manifest_version": 2
} | |