RcVCite - Pop-up Bible Verses
This extension pop-ups .
Τι είναι το RcVCite - Pop-up Bible Verses;
Το RcVCite - Pop-up Bible Verses είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rcvcite.net, και η κύρια λειτουργία του είναι "This extension pop-ups .".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RcVCite - Pop-up Bible Verses
Λήψη αρχείων επέκτασης 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" ] } |