RcVCite - Pop-up Bible Verses
This extension pop-ups .
什么是RcVCite - Pop-up Bible Verses?
RcVCite - Pop-up Bible Verses是由https://rcvcite.net开发的Chrome扩展程序,该扩展的主要功能是“This extension pop-ups .”。
扩展截图
下载RcVCite - Pop-up Bible Verses扩展crx文件
下载RcVCite - Pop-up Bible Verses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RcVCite makes looking up bible verses on a website or blog fast and easy. It is a Bible verse reference processor that locates verse references on any webpage. It displays the content of that verse when you click on a reference or your mouse moves over the reference. RcVCite retrieves verses by accessing a public API for the Text Only Edition of the Holy Bible Recovery Version published by Living Stream Ministry, Anaheim, CA; the terms of use for this API may be viewed here. RcVCite is in public beta which means it still may have problems to be worked out, but it is available for anyone to use.
扩展基本信息
名称 | RcVCite - Pop-up Bible Verses |
ID | deppdajlfhmmbomieepdeodnlmpebihg |
官方URL | https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg |
简介 | This extension pop-ups . |
文件大小 | 83.94 KB |
安装次数 | 289 |
当前版本 | 0.4.2017.720 |
更新时间 | 2017-07-20 |
上架时间 | 2017-07-20 |
评分 | 3.67/5 共6次评分 |
开发者 | https://rcvcite.net |
付费类型 | free |
扩展官网 | http://rcvcite.net/ |
帮助页面URL | http://rcvcite.net/contact_us.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RcVCite - Pop-up Bible Verses", "description": "This extension pop-ups .", "options_page": "options.html", "version": "0.4.2017.720", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "RcVCite.css", "RcVCite-extra-themes.css" ], "js": [ "jquery.js", "versification.js", "RcVCite_v00_04.js", "chromeExtension.js" ], "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ "jquery-3.2.1.min.map" ] } |