Scripture Tips
A browser plugin that recognises references to scripture and converts those references into URL links.
什么是Scripture Tips?
Scripture Tips是由https://adonai-reigns.life开发的Chrome扩展程序,该扩展的主要功能是“A browser plugin that recognises references to scripture and converts those references into URL links.”。
扩展截图
下载Scripture Tips扩展crx文件
下载Scripture Tips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When we discuss important matters, often we use references to scripture to expand or qualify our point. The reader then needs to find and read the scripture before they can decide what their response will be. So a writer kindly creates a hyperlink for the reader each time, but that is time consuming, and many people do not bother. The plugin has two functions to help with that: When reading what someone else has written, the plugin automatically looks for anywhere that a book name, chapter and verse from the bible has been used and converts the pattern into a clickable link. So it saves us flipping through the thousands of pages of a holy book or copy/pasting the reference to search for it. In a similar way, when we are writing to a reader, the plugin can convert all the references to hyperlinks before we send it to the reader. Then, everyone who reads the writing will be able to click the hyperlinks, even if they don't have the plugin installed on their browser. By default, there are three online services supported: www.biblegateway.com, www.biblehub.com and blueletterbible.org. You can add your favourite websites by following the instructions in the Extension's Options. Currently in Beta (testing and development) stage, works with bible references and English. Planned updates will support other scriptures and languages soon.
扩展基本信息
名称 | Scripture Tips |
ID | kbkpchimkeckhgepgjgimeigoikldnde |
官方URL | https://chromewebstore.google.com/detail/scripture-tips/kbkpchimkeckhgepgjgimeigoikldnde |
简介 | A browser plugin that recognises references to scripture and converts those references into URL links. |
文件大小 | 111 KB |
安装次数 | 165 |
当前版本 | 1.0.1 |
更新时间 | 2019-09-24 |
上架时间 | 2019-09-24 |
开发者 | https://adonai-reigns.life |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.1", "options_page": "options.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |