Bible Quiz
Bible fun Game for all ages
Τι είναι το Bible Quiz;
Το Bible Quiz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Beacon of Hope, και η κύρια λειτουργία του είναι "Bible fun Game for all ages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bible Quiz
Λήψη αρχείων επέκτασης Bible Quiz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Raise your children with the knowledge of the scriptures. Even adults can give it a go. Have fun with the scriptures with 50 biblical multiple choice questions in this initial version. More questions to follow with periodic updates. After installation, open a new tab to access the game.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
Επίσημο URL | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
Περιγραφή | Bible fun Game for all ages |
Μέγεθος Αρχείου | 991 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 1.0.2.2 |
Τελευταία Ενημέρωση | 2022-01-16 |
Ημερομηνία Δημοσίευσης | 2021-04-09 |
Προγραμματιστής | Beacon of Hope |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.anthonywhytejr.com |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.africangiantsconsultancynetwork.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bible Quiz", "description": "Bible fun Game for all ages", "version": "1.0.2.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/arrow16.png", "32": "images\/arrow32.png", "48": "images\/arrow48.png", "128": "images\/arrow128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+G", "mac": "MacCtrl+Shift+G" }, "description": "Opens Bible Quiz" } }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" } } |