Scripture Guide
In-browser integration of scripture.guide
Co to jest Scripture Guide?
Scripture Guide to rozszerzenie Chrome opracowane przez https://scripture.guide, a jego główną funkcją jest „In-browser integration of scripture.guide”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scripture Guide
Pobierz pliki rozszerzeń Scripture Guide w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Scripture Guide |
ID | lkagejkikblabiegfnehlknmlgckhgan |
Oficjalny URL | https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan |
Opis | In-browser integration of scripture.guide |
Rozmiar pliku | 44.03 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.2.6.17 |
Ostatnia Aktualizacja | 2020-10-18 |
Data Publikacji | 2018-09-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://scripture.guide |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://scripture.guide |
Adres URL Strony Pomocy | http://scripture.guide/faq |
Adres URL Strony Polityki Prywatności | http://kckern.com/privacy.html |
Obsługiwane Języki | 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" ] } |