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).」です。

拡張機能のスクリーンショット

screenshot

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...                    

拡張機能の基本情報

名前 Sanctissi-Missa Sanctissi-Missa
ID jmllmmpincakfjchifgfmpfeckddojik
公式URL 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"
    ]
}