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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |