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"
]
}
]
} | |