B'rit Chadashah
B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).
O que é B'rit Chadashah?
B'rit Chadashah é uma extensão do Chrome desenvolvida por https://britchadashah.com, e sua principal característica é "B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão B'rit Chadashah
Baixe arquivos de extensão B'rit Chadashah 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
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.
Informações Básicas da Extensão
Nome | B'rit Chadashah |
ID | mkllhmggmddpcclfaijjaplaaoncjfkk |
URL Oficial | https://chromewebstore.google.com/detail/brit-chadashah/mkllhmggmddpcclfaijjaplaaoncjfkk |
Descrição | B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack). |
Tamanho do Arquivo | 2.01 MB |
Contagem de Instalações | 373 |
Versão Atual | 4.0 |
Última Atualização | 2013-09-26 |
Data de Publicação | 2013-09-25 |
Classificação | 4.33/5 Total de 9 Avaliações |
Desenvolvedor | https://britchadashah.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.britchadashah.com |
Idiomas Suportados | 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" ] } ] } |