Scripture Guide

In-browser integration of scripture.guide

Co je Scripture Guide?

Scripture Guide je rozšíření Chrome vyvinuté https://scripture.guide, a jeho hlavní funkcí je „In-browser integration of scripture.guide“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Scripture Guide

Stáhněte si soubory rozšíření Scripture Guide ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Scripture Guide Scripture Guide
ID lkagejkikblabiegfnehlknmlgckhgan
Oficiální URL https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan
Popis In-browser integration of scripture.guide
Velikost souboru 44.03 KB
Počet instalací 37
Aktuální Verze 1.2.6.17
Poslední Aktualizace 2020-10-18
Datum Vydání 2018-09-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://scripture.guide
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://scripture.guide
URL Stránky Nápovědy http://scripture.guide/faq
URL Stránky Zásad Ochrany Soukromí http://kckern.com/privacy.html
Podporované Jazyky 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"
    ]
}