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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brett Batie, και η κύρια λειτουργία του είναι "Set your prayers for the day and the app will help you cut out the noise and find time for prayer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Prayer Time
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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'" } |