B'rit Chadashah
B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).
Was ist B'rit Chadashah?
B'rit Chadashah ist eine Chrome-Erweiterung, die von https://britchadashah.com entwickelt wurde, und ihr Hauptmerkmal ist "B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack).".
Erweiterungsscreenshots
B'rit Chadashah-Erweiterungs-CRX-Datei herunterladen
Laden Sie B'rit Chadashah-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | B'rit Chadashah |
ID | mkllhmggmddpcclfaijjaplaaoncjfkk |
Offizielle URL | https://chromewebstore.google.com/detail/brit-chadashah/mkllhmggmddpcclfaijjaplaaoncjfkk |
Beschreibung | B'rit Chadashah - Por uma melhor tradução. Novo Testamento(Brit Chadashah) e Antigo Testamento(Tanack). |
Dateigröße | 2.01 MB |
Installationsanzahl | 373 |
Aktuelle Version | 4.0 |
Letztes Update | 2013-09-26 |
Veröffentlichungsdatum | 2013-09-25 |
Bewertung | 4.33/5 Insgesamt 9 Bewertungen |
Entwickler | https://britchadashah.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.britchadashah.com |
Unterstützte Sprachen | 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" ] } ] } |