Scripture Guide
In-browser integration of scripture.guide
Wat is Scripture Guide?
Scripture Guide is een Chrome-extensie ontwikkeld door https://scripture.guide, en de belangrijkste functie is "In-browser integration of scripture.guide".
Extensie Screenshots
Download het CRX-bestand van de extensie Scripture Guide
Download Scripture Guide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scripture Guide |
ID | lkagejkikblabiegfnehlknmlgckhgan |
Officiële URL | https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan |
Beschrijving | In-browser integration of scripture.guide |
Bestandsgrootte | 44.03 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2.6.17 |
Laatst Bijgewerkt | 2020-10-18 |
Publicatiedatum | 2018-09-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://scripture.guide |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://scripture.guide |
Help Pagina-URL | http://scripture.guide/faq |
URL van de Privacybeleid Pagina | http://kckern.com/privacy.html |
Ondersteunde Talen | 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" ] } |