Liturgical Day - New Tab

Displays current liturgical day with celebrations whenever a new tab is opened.

什么是Liturgical Day - New Tab?

Liturgical Day - New Tab是由albertzeap开发的Chrome扩展程序,该扩展的主要功能是“Displays current liturgical day with celebrations whenever a new tab is opened.”。

扩展截图

screenshot
screenshot

下载Liturgical Day - New Tab扩展crx文件

下载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!                    

扩展基本信息

名称 Liturgical Day - New Tab Liturgical Day - New Tab
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"
    }
}