Daily Prayer
PRAY.COM’s Daily Prayer helps you prioritize prayer and your faith. A beautiful audio devotional appears whenever opening a new tab.
什麼是Daily Prayer?
Daily Prayer是由https://pray.com開發的Chrome擴展程式,該擴展的主要功能是“PRAY.COM’s Daily Prayer helps you prioritize prayer and your faith. A beautiful audio devotional appears whenever opening a new tab.”。
擴展截圖
下載Daily Prayer擴展crx文件
下載Daily Prayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Experiencing a closer relationship with God can be challenging when life is busy. PRAY.COM’s Daily Prayer Chrome Extension can help.
The Daily Prayer will display whenever you open a new tab in your browser, reminding you to keep God first in your day. Each prayer will provide a Scripture and reflective devotional that guides and supports your spiritual growth.
The Lord says, “Draw near to God, and he will draw near to you.” (James 4:8). Download the Daily Prayer Chrome extension today to make prayer a priority and draw closer to your Heavenly Father! 擴展基本資訊
| 名稱 | |
| ID | lpldldaijhlolpfacggfgdhonfiblihm |
| 官方網址 | https://chromewebstore.google.com/detail/daily-prayer/lpldldaijhlolpfacggfgdhonfiblihm |
| 簡介 | PRAY.COM’s Daily Prayer helps you prioritize prayer and your faith. A beautiful audio devotional appears whenever opening a new tab. |
| 檔案大小 | 50.39 KB |
| 安裝次數 | 33 |
| 目前版本 | 0.1.1 |
| 更新時間 | 2023-03-02 |
| 上架時間 | 2023-02-22 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://pray.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.pray.com/daily-prayer |
| 說明頁面URL | https://help.pray.com |
| 隱私政策頁面URL | https://www.pray.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.1.1",
"name": "Daily Prayer",
"description": "PRAY.COM\u2019s Daily Prayer helps you prioritize prayer and your faith. A beautiful audio devotional appears whenever opening a new tab.",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon_16.png",
"36": "icons\/icon_36.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"host_permissions": [
"*:\/\/*.pray.com\/"
]
} | |