Word Box

Get a Word of God on every New Tab

Qu'est-ce que Word Box ?

Word Box est une extension Chrome développée par Jesus Youth Infopark, et sa fonction principale est "Get a Word of God on every New Tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Box

Téléchargez les fichiers d'extension Word Box au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
URL Officiel https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
Description Get a Word of God on every New Tab
Taille du Fichier 121 KB
Nombre d'Installations 166
Version Actuelle 2.0
Dernière Mise à Jour 2020-08-25
Date de Publication 2020-08-05
Évaluation 5.00/5 Total 13 Évaluations
Développeur Jesus Youth Infopark
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}