Word Box

Get a Word of God on every New Tab

Wat is Word Box?

Word Box is een Chrome-extensie ontwikkeld door Jesus Youth Infopark, en de belangrijkste functie is "Get a Word of God on every New Tab".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Word Box

Download Word Box-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
Officiële URL https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
Beschrijving Get a Word of God on every New Tab
Bestandsgrootte 121 KB
Aantal Installaties 166
Huidige Versie 2.0
Laatst Bijgewerkt 2020-08-25
Publicatiedatum 2020-08-05
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar Jesus Youth Infopark
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}