Scripture Guide
In-browser integration of scripture.guide
Scripture Guide là gì?
Scripture Guide là một tiện ích mở rộng Chrome được phát triển bởi https://scripture.guide, và tính năng chính của nó là "In-browser integration of scripture.guide".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scripture Guide
Tải xuống các tệp mở rộng Scripture Guide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scripture Guide |
ID | lkagejkikblabiegfnehlknmlgckhgan |
URL Chính Thức | https://chromewebstore.google.com/detail/scripture-guide/lkagejkikblabiegfnehlknmlgckhgan |
Mô tả | In-browser integration of scripture.guide |
Kích Thước Tệp | 44.03 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.2.6.17 |
Cập Nhật Lần Cuối | 2020-10-18 |
Ngày Phát Hành | 2018-09-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://scripture.guide |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://scripture.guide |
URL Trang Trợ Giúp | http://scripture.guide/faq |
URL Trang Chính Sách Bảo Mật | http://kckern.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |