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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [+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"
    ]
}