Word Box
Get a Word of God on every New Tab
Apa itu Word Box?
Word Box adalah ekstensi Chrome yang dikembangkan oleh Jesus Youth Infopark, dan fitur utamanya adalah "Get a Word of God on every New Tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Word Box
Unduh file ekstensi Word Box dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Word Box |
ID | pebhlgoleljlpkjdceakhjnoioceicfl |
URL Resmi | https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl |
Deskripsi | Get a Word of God on every New Tab |
Ukuran File | 121 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-08-25 |
Tanggal Publikasi | 2020-08-05 |
Penilaian | 5.00/5 Total 13 Penilaian |
Pengembang | Jesus Youth Infopark |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |