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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Morning Prayer Lessons: Book of Common Prayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}