Scripture Tagger
A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.
什么是Scripture Tagger?
Scripture Tagger是由EdgeCaseLabs.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.”。
扩展截图
下载Scripture Tagger扩展crx文件
下载Scripture Tagger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
IF YOU'RE HAVING TROUBLE, PLEASE LEAVE FEEDBACK HERE, NOT IN THE REVIEWS--I CAN'T RESPOND TO REVIEWS: https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn This is a simple Chrome Extension which turns scripture references on a webpage into links. When you hover over a link, you are shown the scripture reference in a popup. Clicking the link takes you to the associated scripture passage. All of this is made possible by using the free RefTagger tool from Logos Bible Software.
扩展基本信息
名称 | |
ID | bjdodjhgmhfknagondkknocjpdchkhcn |
官方URL | https://chrome.google.com/webstore/detail/scripture-tagger/bjdodjhgmhfknagondkknocjpdchkhcn |
简介 | A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool. |
文件大小 | 31.53 KB |
安装次数 | 174 |
当前版本 | 1.0.3 |
更新时间 | 2013-08-12 |
上架时间 | 2013-08-12 |
评分 | 2.86/5 共7次评分 |
开发者 | EdgeCaseLabs.com |
付费类型 | free |
扩展官网 | http://edgecaselabs.github.io/scripture-tagger/ |
帮助页面URL | https://chrome.google.com/webstore/support/bjdodjhgmhfknagondkknocjpdchkhcn |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scripture Tagger", "version": "1.0.3", "manifest_version": 2, "description": "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.", "icons": { "16": "lincoln_bible16.png", "48": "lincoln_bible48.png", "128": "lincoln_bible128.png" }, "browser_action": { "default_icon": { "19": "lincoln_bible32.png", "38": "lincoln_bible48.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*" ] } |