Word Box
Get a Word of God on every New Tab
什么是Word Box?
Word Box是由Jesus Youth Infopark开发的Chrome扩展程序,该扩展的主要功能是“Get a Word of God on every New Tab”。
扩展截图
下载Word Box扩展crx文件
下载Word Box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get bible quotes inside the browser tab.
" Your word is a lamp to my feet and light to my path "
Get inspired by a new Bible quote in every tab and stay close to God.
- Click on the Word Box icon to change language
- Languages Available : English & Malayalam 扩展基本信息
| 名称 | |
| ID | pebhlgoleljlpkjdceakhjnoioceicfl |
| 官方URL | https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl |
| 简介 | Get a Word of God on every New Tab |
| 文件大小 | 121 KB |
| 安装次数 | 166 |
| 当前版本 | 2.0 |
| 更新时间 | 2020-08-25 |
| 上架时间 | 2020-08-05 |
| 评分 | 5.00/5 共13次评分 |
| 开发者 | Jesus Youth Infopark |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word Box",
"version": "2.0",
"manifest_version": 2,
"description": "Get a Word of God on every New Tab",
"icons": {
"16": "image\/bible_16.png",
"32": "image\/bible_32.png",
"64": "image\/bible_64.png",
"128": "image\/bible_128.png"
},
"chrome_url_overrides": {
"newtab": "html\/index.html"
},
"options_ui": {
"page": "html\/options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "html\/popup.html"
},
"permissions": [
"storage",
"history"
],
"web_accessible_resources": [
"data\/*.json"
]
} | |