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 là gì?

Morning Prayer Lessons: Book of Common Prayer là một tiện ích mở rộng Chrome được phát triển bởi nathan.d.engstrom, và tính năng chính của nó là "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morning Prayer Lessons: Book of Common Prayer

Tải xuống các tệp mở rộng Morning Prayer Lessons: Book of Common Prayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Morning Prayer Lessons: Book of Common Prayer Morning Prayer Lessons: Book of Common Prayer
ID meiiejmaiaoomkfdpjaflllmendgjfec
URL Chính Thức https://chromewebstore.google.com/detail/morning-prayer-lessons-bo/meiiejmaiaoomkfdpjaflllmendgjfec
Mô tả The 3 lessons from the Book of Common Prayer you need for your Morning Prayer
Kích Thước Tệp 21.45 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-01-09
Ngày Phát Hành 2020-01-09
Nhà Phát Triển nathan.d.engstrom
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/oldnathan47/morning-prayer-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}