Word Box

Get a Word of God on every New Tab

What is Word Box?

Word Box is a Chrome extension developed by Jesus Youth Infopark, and its main feature is "Get a Word of God on every New Tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Word Box Extension CRX File

Download Word Box extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
Official URL https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
Description Get a Word of God on every New Tab
File Size 121 KB
Installation Count 166
Current Version 2.0
Last Updated 2020-08-25
Publish Date 2020-08-05
Rating 5.00/5 Total 13 Ratings
Developer Jesus Youth Infopark
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}