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 |
| 官方URL | 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\/"
]
} | |