RcVCite - Pop-up Bible Verses
This extension pop-ups .
RcVCite - Pop-up Bible Verses là gì?
RcVCite - Pop-up Bible Verses là một tiện ích mở rộng Chrome được phát triển bởi https://rcvcite.net, và tính năng chính của nó là "This extension pop-ups .".
Ả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 RcVCite - Pop-up Bible Verses
Tải xuống các tệp mở rộng RcVCite - Pop-up Bible Verses 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RcVCite - Pop-up Bible Verses |
ID | deppdajlfhmmbomieepdeodnlmpebihg |
URL Chính Thức | https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg |
Mô tả | This extension pop-ups . |
Kích Thước Tệp | 83.94 KB |
Số Lần Cài Đặt | 289 |
Phiên Bản Hiện Tại | 0.4.2017.720 |
Cập Nhật Lần Cuối | 2017-07-20 |
Ngày Phát Hành | 2017-07-20 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://rcvcite.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://rcvcite.net/ |
URL Trang Trợ Giúp | http://rcvcite.net/contact_us.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |