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 |
| 官方網址 | 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
} | |