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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nathan.d.engstrom และคุณลักษณะหลักของมันคือ "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Morning Prayer Lessons: Book of Common Prayer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}