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.

O que é KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App é uma extensão do Chrome desenvolvida por https://www.dailywordofgodgroup.com, e sua principal característica é "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KJV Simple Search Parallel Bible App

Baixe arquivos de extensão KJV Simple Search Parallel Bible App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
URL Oficial https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Descrição Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Tamanho do Arquivo 316 KB
Contagem de Instalações 2,215
Versão Atual 2.1
Última Atualização 2018-01-05
Data de Publicação 2018-01-04
Classificação 4.31/5 Total de 13 Avaliações
Desenvolvedor https://www.dailywordofgodgroup.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.dailywordofgodgroup.com/bible/mobile.php
URL da Página de Ajuda http://www.dailywordofgodgroup.com/bible/mobile.php
Idiomas Suportados 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"
    }
}