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 |
| Eメール | [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"
]
} | |