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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
官方網址 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"
    ]
}