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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ http://scripture.guide/faq
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}