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 là gì?

KJV Simple Search Parallel Bible App là một tiện ích mở rộng Chrome được phát triển bởi https://www.dailywordofgodgroup.com, và tính năng chính của nó là "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KJV Simple Search Parallel Bible App

Tải xuống các tệp mở rộng KJV Simple Search Parallel Bible App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
URL Chính Thức https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Mô tả Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Kích Thước Tệp 316 KB
Số Lần Cài Đặt 2,215
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-01-05
Ngày Phát Hành 2018-01-04
Đánh Giá 4.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://www.dailywordofgodgroup.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.dailywordofgodgroup.com/bible/mobile.php
URL Trang Trợ Giúp http://www.dailywordofgodgroup.com/bible/mobile.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}