Bible Matters

Type 'bible', click tab and then type a search term to show results in new tab.

Τι είναι το Bible Matters;

Το Bible Matters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον St Helen's Bishopsgate, και η κύρια λειτουργία του είναι "Type 'bible', click tab and then type a search term to show results in new tab.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bible Matters

Λήψη αρχείων επέκτασης Bible Matters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
Επίσημο URL https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Περιγραφή Type 'bible', click tab and then type a search term to show results in new tab.
Μέγεθος Αρχείου 12.27 KB
Αριθμός Εγκαταστάσεων 61
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-07-22
Ημερομηνία Δημοσίευσης 2021-07-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής St Helen's Bishopsgate
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.st-helens.org.uk/pages/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Matters",
    "description": "Type 'bible', click tab and then type a search term to show results in new tab.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "bible"
    },
    "action": {
        "default_icon": {
            "16": "shb16.png",
            "32": "shb32.png"
        }
    },
    "icons": {
        "16": "shb16.png",
        "32": "shb32.png",
        "48": "shb48.png",
        "128": "shb128.png"
    }
}