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."입니다.
확장 프로그램 스크린샷
Liturgical Day - New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |