iDisciple's Verse of the Day

Start your day with Jesus. Open your browser window to a new and encouraging verse every day.

ما هو iDisciple's Verse of the Day؟

iDisciple's Verse of the Day هو إضافة Chrome تم تطويرها بواسطة iDisciple، والميزة الرئيسية لها هي "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iDisciple's Verse of the Day

قم بتنزيل ملفات الامتداد iDisciple's Verse of the Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        What if every morning you could get a moment with Jesus? 
Download iDisciple’s Verse of the Day Chrome extension today!                    

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

الاسم iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
عنوان URL الرسمي https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
الوصف Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
حجم الملف 242 KB
عدد التثبيتات 196
النسخة الحالية 1.1.0
آخر تحديث 2022-09-13
تاريخ النشر 2022-08-29
تقييم 5.00/5 مجموع تقييمات 1
المطور iDisciple
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.idisciple.org
عنوان صفحة المساعدة https://www.idisciple.org/contact
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "iDisciple's Verse of the Day",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}