Verse of the Day

Be provided with the verse of the day. Powered by Bible Gateway

ما هو Verse of the Day؟

Verse of the Day هو إضافة Chrome تم تطويرها بواسطة Alex Reardon، والميزة الرئيسية لها هي "Be provided with the verse of the day. Powered by Bible Gateway".

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

screenshot
screenshot

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

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

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

                        Be encouraged, challenged and inspired by God’s word. Each day you will be provided with a new passage to digest. Please feel free to leave suggestions for improvements and new features.

The extension allows the use of the following translations:

English Standard Version (ESV)
Expanded Bible (EXB)
God's Word (GW)
Holman Christian Standard Bible (HCSB)
King James Version (KJV)
New Century Version (NCV)
New International Version (NIV)
New King James Version (NKJV)
New Living Translation (NLT)
Nueva Version Internacional (NVI)
The Voice (VOICE)                    

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

الاسم Verse of the Day Verse of the Day
ID lkfmekffciaajeflkfegpmlhfapfholj
عنوان URL الرسمي https://chromewebstore.google.com/detail/verse-of-the-day/lkfmekffciaajeflkfegpmlhfapfholj
الوصف Be provided with the verse of the day. Powered by Bible Gateway
حجم الملف 228 KB
عدد التثبيتات 1,191
النسخة الحالية 0.6
آخر تحديث 2013-08-01
تاريخ النشر 2013-08-01
تقييم 4.62/5 مجموع تقييمات 13
المطور Alex Reardon
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "Be provided with the verse of the day. Powered by Bible Gateway",
    "version": "0.6",
    "browser_action": {
        "default_icon": {
            "19": ".\/resources\/images\/icon19.png",
            "38": ".\/resources\/images\/icon38.png"
        },
        "default_popup": "app.html"
    },
    "icons": {
        "48": ".\/resources\/images\/icon48.png",
        "128": ".\/resources\/images\/icon128.png"
    },
    "options_page": "app.html#\/settings",
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.biblegateway.com\/",
        "storage"
    ]
}