KJV Simple Search Parallel Bible App

Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.

Τι είναι το KJV Simple Search Parallel Bible App;

Το KJV Simple Search Parallel Bible App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dailywordofgodgroup.com, και η κύρια λειτουργία του είναι "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης KJV Simple Search Parallel Bible App

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

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

                        Enter Bible books chapters, verses and keywords that you wish to view, compare, search or look up from the original 1611 King James version Bible. 

Great for Bible reading, studying, researching and quick referencing.                    

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

Όνομα KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
Επίσημο URL https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Περιγραφή Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Μέγεθος Αρχείου 316 KB
Αριθμός Εγκαταστάσεων 2,215
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2018-01-05
Ημερομηνία Δημοσίευσης 2018-01-04
Αξιολόγηση 4.31/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://www.dailywordofgodgroup.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.dailywordofgodgroup.com/bible/mobile.php
Διεύθυνση URL της Σελίδας Βοήθειας http://www.dailywordofgodgroup.com/bible/mobile.php
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "KJV Simple Search Parallel Bible App",
    "short_name": "KJV Bible",
    "description": "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "kjv"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    }
}