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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة KJV Simple Search Parallel Bible Sidebar

قم بتنزيل ملفات الامتداد KJV Simple Search Parallel Bible Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}