Word Box

Get a Word of God on every New Tab

ما هو Word Box؟

Word Box هو إضافة Chrome تم تطويرها بواسطة Jesus Youth Infopark، والميزة الرئيسية لها هي "Get a Word of God on every New Tab".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Word Box

قم بتنزيل ملفات الامتداد Word Box بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
الوصف Get a Word of God on every New Tab
حجم الملف 121 KB
عدد التثبيتات 166
النسخة الحالية 2.0
آخر تحديث 2020-08-25
تاريخ النشر 2020-08-05
تقييم 5.00/5 مجموع تقييمات 13
المطور Jesus Youth Infopark
البريد الإلكتروني jyinfopark.media@gmail.com
نوع الدفع free
اللغات المدعومة 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"
    ]
}