Word Box

Get a Word of God on every New Tab

Cos'è Word Box?

Word Box è un'estensione di Chrome sviluppata da Jesus Youth Infopark, e la sua funzione principale è "Get a Word of God on every New Tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Word Box

Scarica i file di estensione Word Box in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
URL Ufficiale https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
Descrizione Get a Word of God on every New Tab
Dimensione del File 121 KB
Conteggio Installazioni 166
Versione Corrente 2.0
Ultimo Aggiornamento 2020-08-25
Data di Pubblicazione 2020-08-05
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore Jesus Youth Infopark
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}