The ABC of Faith

The church calendar and links to the verses of the Bible and the Holy Fathers and church writers specified in the texts.

The ABC of Faithคืออะไร?

The ABC of Faith เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://azbyka.ru และคุณลักษณะหลักของมันคือ "The church calendar and links to the verses of the Bible and the Holy Fathers and church writers specified in the texts."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The ABC of Faith

ดาวน์โหลดไฟล์ส่วนขยาย The ABC of Faith ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension has two main functions:
1) Replaces the biblical references found on the web page with hyperlinks. Hyperlinks lead to the site of the Orthodox encyclopedia "ABC of belief" - https://azbyka.ru. The extension detects links in Russian. Examples: Мф. 1:3, Деян. 6:1-10, Откр. 1, 5.

2) Shows the Orthodox church calendar with details for the current day. Holidays, the saints of the day, the icon of the day, reading the Holy Scripture, and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The ABC of Faith The ABC of Faith
ID apkkllhahggfkhfdlmpopcncnaiclfdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-abc-of-faith/apkkllhahggfkhfdlmpopcncnaiclfdm
คำอธิบาย The church calendar and links to the verses of the Bible and the Holy Fathers and church writers specified in the texts.
ขนาดไฟล์ 16.83 MB
จำนวนการติดตั้ง 5,695
เวอร์ชันปัจจุบัน 4.3.2
อัปเดตครั้งล่าสุด 2023-06-07
วันที่เผยแพร่ 2020-02-02
คะแนน 4.97/5 รวมทั้งหมด 155 คะแนน
ผู้พัฒนา https://azbyka.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,sr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "4.3.2",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "author": "Vadim Bogaiskov",
    "homepage_url": "https:\/\/azbyka.ru\/extension",
    "icons": {
        "16": "img\/av16x16.png",
        "20": "img\/av20x20.png",
        "48": "img\/av48x48.png",
        "128": "img\/av128x128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "20": "img\/av16x16.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/av48x48.png",
                "img\/expand.png",
                "bible\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "general.js",
                "content.js"
            ],
            "css": [
                "css\/tooltip.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/azbyka.ru\/*",
                "https:\/\/azbyka.ru\/*",
                "http:\/\/sueverie.net\/*",
                "https:\/\/sueverie.net\/*"
            ]
        },
        {
            "js": [
                "jquery-3.3.1.min.js",
                "azbyka.js"
            ],
            "matches": [
                "http:\/\/azbyka.ru\/*",
                "https:\/\/azbyka.ru\/*",
                "http:\/\/sueverie.net\/*",
                "https:\/\/sueverie.net\/*"
            ]
        }
    ]
}