KJV Simple Search Parallel Bible Sidebar

Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.

KJV Simple Search Parallel Bible Sidebar क्या है?

KJV Simple Search Parallel Bible Sidebar http://www.dailywordofgodgroup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KJV Simple Search Parallel Bible Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.

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 Sidebar KJV Simple Search Parallel Bible Sidebar
ID aneoinnmpknaglpmegcghmolggacighl
आधिकारिक URL https://chrome.google.com/webstore/detail/kjv-simple-search-paralle/aneoinnmpknaglpmegcghmolggacighl
विवरण Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.
फ़ाइल का आकार 1.73 MB
स्थापना संख्या 186
वर्तमान संस्करण 2.3
अंतिम अपडेट 2019-05-16
प्रकाशन तिथि 2019-05-16
डेवलपर http://www.dailywordofgodgroup.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.dwogg.org/bible
सहायता पृष्ठ URL http://www.dwogg.org/bible
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "downloads",
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "KJV Simple Search Parallel Bible Sidebar",
    "short_name": "KJV Bible",
    "description": "Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.",
    "version": "2.3",
    "omnibox": {
        "keyword": "kjv"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "KJV Simple Search Parallel Bible Sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Alt+K"
            }
        }
    },
    "web_accessible_resources": [
        "frame.html"
    ]
}