Prayer Time
Set your prayers for the day and the app will help you cut out the noise and find time for prayer.
什麼是Prayer Time?
Prayer Time是由Brett Batie開發的Chrome擴展程式,該擴展的主要功能是“Set your prayers for the day and the app will help you cut out the noise and find time for prayer.”。
擴展截圖
下載Prayer Time擴展crx文件
下載Prayer Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Set a schedule of when you would like to pray and this app will help you remember. You may also use it to keep track of your prayer list. When it is time to pray it will notify you with a full screen notification to cut out the noise and inspire you with a daily photo and bible verse. Features • New inspirational photo and bible verse every day (could be used for scripture memory) • Keep track of your prayer list • Customize notification times, prayer length and silence notifications after certain hours This app will help you cut out the noise and find time to focus on praying.
擴展基本資訊
名稱 | Prayer Time |
ID | gfaegikfjknkmmfdgnhcmjenbkmikhgm |
官方網址 | https://chromewebstore.google.com/detail/prayer-time/gfaegikfjknkmmfdgnhcmjenbkmikhgm |
簡介 | Set your prayers for the day and the app will help you cut out the noise and find time for prayer. |
檔案大小 | 9.56 MB |
安裝次數 | 123 |
目前版本 | 1.2.1 |
更新時間 | 2020-11-17 |
上架時間 | 2020-11-11 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Brett Batie |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://app.smartsheet.com/b/form/c606b3ade23b407bb2a797f3483f2e72 |
隱私政策頁面URL | https://www.cleandrive.app/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.1", "name": "Prayer Time", "description": "Set your prayers for the day and the app will help you cut out the noise and find time for prayer.", "icons": { "48": "image\/cross-solid-48.png", "128": "image\/cross-solid-128.png" }, "browser_action": { "default_icon": { "16": "image\/cross-solid-16.png", "48": "image\/cross-solid-48.png", "128": "image\/cross-solid-128.png" }, "default_title": "Prayer Time", "default_popup": "templates\/popup.html" }, "background": { "scripts": [ "js\/vendor\/moment.min.js", "js\/background.js", "js\/node_modules\/axios\/dist\/axios.min.js" ] }, "permissions": [ "storage", "unlimitedStorage", "alarms", "notifications", "idle" ], "minimum_chrome_version": "32", "options_ui": { "page": "templates\/settings.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |