iDisciple's Verse of the Day
Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
什麼是iDisciple's Verse of the Day?
iDisciple's Verse of the Day是由iDisciple開發的Chrome擴展程式,該擴展的主要功能是“Start your day with Jesus. Open your browser window to a new and encouraging verse every day.”。
擴展截圖
下載iDisciple's Verse of the Day擴展crx文件
下載iDisciple's Verse of the Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What if every morning you could get a moment with Jesus?
Download iDisciple’s Verse of the Day Chrome extension today! 擴展基本資訊
| 名稱 | |
| ID | plaoglnkeoglehhogbhojbbiickamini |
| 官方網址 | https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini |
| 簡介 | Start your day with Jesus. Open your browser window to a new and encouraging verse every day. |
| 檔案大小 | 242 KB |
| 安裝次數 | 196 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2022-09-13 |
| 上架時間 | 2022-08-29 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | iDisciple |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.idisciple.org |
| 說明頁面URL | https://www.idisciple.org/contact |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
"version": "1.1.0",
"manifest_version": 3,
"name": "iDisciple's Verse of the Day",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-34.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |