B'rit Chadashah

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

B'rit Chadashah란 무엇입니까?

B'rit Chadashah은(는) https://britchadashah.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

B'rit Chadashah 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 B'rit Chadashah B'rit Chadashah
ID mkllhmggmddpcclfaijjaplaaoncjfkk
공식 URL https://chromewebstore.google.com/detail/brit-chadashah/mkllhmggmddpcclfaijjaplaaoncjfkk
설명 B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).
파일 크기 2.01 MB
설치 횟수 373
현재 버전 4.0
최근 업데이트 2013-09-26
출시 날짜 2013-09-25
평점 4.33/5 총 9 개의 평점
개발자 https://britchadashah.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.britchadashah.com
지원되는 언어 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"
            ]
        }
    ]
}