Morning Prayer Lessons: Book of Common Prayer

The 3 lessons from the Book of Common Prayer you need for your Morning Prayer

什麼是Morning Prayer Lessons: Book of Common Prayer?

Morning Prayer Lessons: Book of Common Prayer是由nathan.d.engstrom開發的Chrome擴展程式,該擴展的主要功能是“The 3 lessons from the Book of Common Prayer you need for your Morning Prayer”。

擴展截圖

screenshot
screenshot

下載Morning Prayer Lessons: Book of Common Prayer擴展crx文件

下載Morning Prayer Lessons: Book of Common Prayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Aid for Morning Prayer. 

You no longer have to flip to the back of your prayer book to find the correct lectionary readings. Just click on the extension icon and each lesson as well as the Psalm are displayed along with links to the verses online. 

The lectionary readings are based on the Anglican Book of Common Prayer.                    

擴展基本資訊

名稱 Morning Prayer Lessons: Book of Common Prayer Morning Prayer Lessons: Book of Common Prayer
ID meiiejmaiaoomkfdpjaflllmendgjfec
官方網址 https://chromewebstore.google.com/detail/morning-prayer-lessons-bo/meiiejmaiaoomkfdpjaflllmendgjfec
簡介 The 3 lessons from the Book of Common Prayer you need for your Morning Prayer
檔案大小 21.45 KB
安裝次數 34
目前版本 1.1
更新時間 2020-01-09
上架時間 2020-01-09
開發者 nathan.d.engstrom
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/oldnathan47/morning-prayer-extension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morning Prayer Lessons: Book of Common Prayer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer",
    "homepage_url": "https:\/\/github.com\/oldnathan47\/morning-prayer-extension",
    "icons": {
        "16": "icons\/bible-icon16.png",
        "48": "icons\/bible-icon48.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/bible-icon16.png",
        "default_title": "Morning Prayer Lessons",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}