B'rit Chadashah

B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).

What is B'rit Chadashah?

B'rit Chadashah is a Chrome extension developed by https://britchadashah.com, and its main feature is "B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).".

Extension Screenshots

screenshot
screenshot

Download B'rit Chadashah Extension CRX File

Download B'rit Chadashah extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pesquise versículos na B'rit Chadashah. A B'rit Chadashah tem como objetivo trazer uma melhor tradução do Novo Testamento (Bri't Chadashah) e Antigo Testamento (Tanack). 613 Mitzvot (Mandamentos). Saiba a data atual no calendário Judaico.                    

Extension Basic Information

Name B'rit Chadashah B'rit Chadashah
ID mkllhmggmddpcclfaijjaplaaoncjfkk
Official URL https://chromewebstore.google.com/detail/brit-chadashah/mkllhmggmddpcclfaijjaplaaoncjfkk
Description B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).
File Size 2.01 MB
Installation Count 373
Current Version 4.0
Last Updated 2013-09-26
Publish Date 2013-09-25
Rating 4.33/5 Total 9 Ratings
Developer https://britchadashah.com
Payment Type free
Extension Website http://www.britchadashah.com
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B'rit Chadashah",
    "manifest_version": 2,
    "version": "4.0",
    "description": "B'rit Chadashah - Por uma melhor tradu\u00e7\u00e3o. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).",
    "permissions": [
        "http:\/\/www.britchadashah.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/britchadashah-logo-16.png",
        "default_popup": "britchadashah.html",
        "default_title": "B'rit Chadashah"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.britchadashah.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/jquery-ui-1.8.23.custom.css"
            ],
            "js": [
                "js\/jquery-1.8.0.js",
                "js\/jquery.ui.core.js",
                "js\/jquery.ui.widget.js",
                "js\/jquery.ui.tabs.js",
                "js\/kdate.js"
            ]
        }
    ]
}