Sanctissi-Missa
[+amgD] St. Android's Daily Chro-Missal! Today's Roman-Catholic Latin Mass and Liturgical Calendar (Ordo).
什麼是Sanctissi-Missa?
Sanctissi-Missa是由http://standroid.ca開發的Chrome擴展程式,該擴展的主要功能是“[+amgD] St. Android's Daily Chro-Missal! Today's Roman-Catholic Latin Mass and Liturgical Calendar (Ordo).”。
擴展截圖
下載Sanctissi-Missa擴展crx文件
下載Sanctissi-Missa擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
[+amgD] VERSION 2.0 + Now with Divine Offices/Breviaries! + Ordinary Form + Benedictine Monastic + Extraordinary Form v.2.1.5 (11nov2014) + Tooltip (mouseover) shoes Feast Day after opening + Extraordinary Form Feast Day/Commemoration Synchronized on open Since I was not able to make it to my local diocesan parish in the Archdiocese of Toronto (St. Lawrence Martyr Roman-Catholic Church) for this evening's Marian procession--today being the Feast day of the Maternity of our Blessed Mother, I created a simple Chrome Extension version of the same-named Sanctissimissa Android app. This app provides a real-time generated text of the Holy Mass in the Extraordinary Form (Latin, as per the 1962 Missal) used by the Roman Catholic Church throughout its history. It is also commonly known as the "Tridentine Mass," due to its supposed standardisation around AD 1570 at the Council of Trent, but has undergone minor revisions over the centuries; Pope Emeritus Benedict XVI in 2008 explicitly gave his sanction and encouraged the celebration of Holy Mass in the Extraordinary Form in "every parish." The Liturgical Calendar used for the Extraordinary Form, which follows the 1962 rubrics, was the Universal Calendar of the Church, which was a perpetually-reckoned system unlike the Ordinary Form's three-year cycle which now requires re-purchase of Missals annually; with the exception of transferred feast days, the same Missal could be used perpetually, and continues to find utility in the Extraordinary Form. (Such simply functionality in "minimum-viable product"-style apps not only allows much more rapid development and prototyping but also can function as targeted practice for parts of a much larger piece. One may view this small project as doing so, within a framework of such minimum-value apps that can all serve a faith-based objective, which readily finds utility for any willing effort!) Further refinement and upgrades planned at a later date include at least three main functions before it is "completed," but I will still upload it now to the Chrome Webstore: 1. "Today's Feast Day/Saints of the Dei" in both ordinary and extraordinary forms; 2. ability to remind users by notification at canonical hours (which may be more appropriately spun off to a Breviary app); and 3. ability to interact with the android and other apps in the series by push notifications...
擴展基本資訊
名稱 | |
ID | jmllmmpincakfjchifgfmpfeckddojik |
官方網址 | https://chrome.google.com/webstore/detail/sanctissi-missa/jmllmmpincakfjchifgfmpfeckddojik |
簡介 | [+amgD] St. Android's Daily Chro-Missal! Today's Roman-Catholic Latin Mass and Liturgical Calendar (Ordo). |
檔案大小 | 130 KB |
安裝次數 | 72 |
目前版本 | 2.2.1 |
更新時間 | 2014-11-12 |
上架時間 | 2014-11-12 |
評分 | 3.50/5 共 2 次評分 |
開發者 | http://standroid.ca |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sanctissi-Missa", "short_name": "St. Android's Missal", "version": "2.2.1", "description": "[+amgD] St. Android's Daily Chro-Missal! Today's Roman-Catholic Latin Mass and Liturgical Calendar (Ordo).", "icons": { "48": "img\/icon-48.png", "16": "img\/icon-16.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "Click the Altar to see more actions", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "*:\/\/*\/*", "notifications" ] } |