Scripture Guide

In-browser integration of scripture.guide

ما هو Scripture Guide؟

Scripture Guide هو إضافة Chrome تم تطويرها بواسطة https://scripture.guide، والميزة الرئيسية لها هي "In-browser integration of scripture.guide".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Scripture Guide

قم بتنزيل ملفات الامتداد Scripture Guide بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Browser integration of the scripture.guide.  Scripture references on the pages you browse will automatically turn into links that will allow you to effortlessly lookup the passages referenced.                    

معلومات أساسية عن التمديد

الاسم Scripture Guide Scripture Guide
ID lkagejkikblabiegfnehlknmlgckhgan
عنوان URL الرسمي https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan
الوصف In-browser integration of scripture.guide
حجم الملف 44.03 KB
عدد التثبيتات 37
النسخة الحالية 1.2.6.17
آخر تحديث 2020-10-18
تاريخ النشر 2018-09-27
تقييم 5.00/5 مجموع تقييمات 2
المطور https://scripture.guide
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://scripture.guide
عنوان صفحة المساعدة http://scripture.guide/faq
عنوان صفحة سياسة الخصوصية http://kckern.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scripture Guide",
    "description": "In-browser integration of scripture.guide",
    "version": "1.2.6.17",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "sg"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/scripture.guide\/*",
                "*:\/\/scriptures.info\/*",
                "*:\/\/isaiahexplained.com\/*",
                "*:\/\/*.isaiahexplained.com\/*",
                "*:\/\/*.bookofmormon.online\/*",
                "*:\/\/*.scripture.guide\/*",
                "*:\/\/*.scriptures.info\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.kckern.info\/*",
                "*:\/\/*.kckern.info\/*",
                "*:\/\/*.churchofjesuschrist.org\/search*"
            ],
            "js": [
                "linker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}