B'rit Chadashah

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

B'rit Chadashah là gì?

B'rit Chadashah là một tiện ích mở rộng Chrome được phát triển bởi https://britchadashah.com, và tính năng chính của nó là "B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng B'rit Chadashah

Tải xuống các tệp mở rộng B'rit Chadashah 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

                        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.                    

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

Tên B'rit Chadashah B'rit Chadashah
ID mkllhmggmddpcclfaijjaplaaoncjfkk
URL Chính Thức https://chromewebstore.google.com/detail/brit-chadashah/mkllhmggmddpcclfaijjaplaaoncjfkk
Mô tả B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).
Kích Thước Tệp 2.01 MB
Số Lần Cài Đặt 373
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2013-09-26
Ngày Phát Hành 2013-09-25
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://britchadashah.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.britchadashah.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}