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).」です。
拡張機能のスクリーンショット
B'rit Chadashah拡張機能のCRXファイルをダウンロード
B'rit Chadashah拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |