Liturgical Day - New Tab
Displays current liturgical day with celebrations whenever a new tab is opened.
Τι είναι το Liturgical Day - New Tab;
Το Liturgical Day - New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον albertzeap, και η κύρια λειτουργία του είναι "Displays current liturgical day with celebrations whenever a new tab is opened.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Liturgical Day - New Tab
Λήψη αρχείων επέκτασης Liturgical Day - New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Liturgical Calendar Chrome Extension Description: This extension lets you see the current Catholic liturgical day whenever you open a new tab, helping you keep track of important feast days, solemnities, and liturgical seasons. In addition, when the extension icon is clicked, it will display a popup containing the same information! Key Features: Daily Liturgical Updates: Receive information about the liturgical day, season and celebrations. Why Choose Liturgical Calendar Extension: Whether you're a devout Catholic or simply interested in exploring the rich traditions of the liturgical calendar, this extension offers a valuable tool for staying connected to the rhythm of the Church year. Enhance your spiritual journey by staying informed about the liturgical seasons and commemorations that hold deep meaning within the Catholic faith. Contact: For inquiries, suggestions, or support, feel free to reach out to me at [email protected] Enjoy a Meaningful Liturgical Journey with Us!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mmjgfmkkapiaidkbmghbepbijcamficn |
Επίσημο URL | https://chromewebstore.google.com/detail/liturgical-day-new-tab/mmjgfmkkapiaidkbmghbepbijcamficn |
Περιγραφή | Displays current liturgical day with celebrations whenever a new tab is opened. |
Μέγεθος Αρχείου | 16.03 KB |
Αριθμός Εγκαταστάσεων | 76 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2023-10-15 |
Ημερομηνία Δημοσίευσης | 2023-09-11 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | albertzeap |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://albert-paez.notion.site/Liturgical-Day-Changelog-76b229d2c963417081585f8927f583fb?pvs=4 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Liturgical Day - New Tab", "version": "1.0.1", "description": "Displays current liturgical day with celebrations whenever a new tab is opened.", "author": "Albert Paez", "icons": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon30.png", "48": "\/assets\/icon40.png", "128": "\/assets\/icon80.png" }, "chrome_url_overrides": { "newtab": "extension.html" }, "action": { "default_popup": "popup.html" } } |