Scripture Guide
In-browser integration of scripture.guide
Apa itu Scripture Guide?
Scripture Guide adalah ekstensi Chrome yang dikembangkan oleh https://scripture.guide, dan fitur utamanya adalah "In-browser integration of scripture.guide".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scripture Guide
Unduh file ekstensi Scripture Guide dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Scripture Guide |
ID | lkagejkikblabiegfnehlknmlgckhgan |
URL Resmi | https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan |
Deskripsi | In-browser integration of scripture.guide |
Ukuran File | 44.03 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.2.6.17 |
Terakhir Diperbarui | 2020-10-18 |
Tanggal Publikasi | 2018-09-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://scripture.guide |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://scripture.guide |
URL Halaman Bantuan | http://scripture.guide/faq |
URL Halaman Kebijakan Privasi | http://kckern.com/privacy.html |
Bahasa yang Didukung | 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" ] } |