Verse of the Day

This extension shows the VOTD from BibleGateway.com

ما هو Verse of the Day؟

Verse of the Day هو إضافة Chrome تم تطويرها بواسطة marlonn.funtanilla، والميزة الرئيسية لها هي "This extension shows the VOTD from BibleGateway.com".

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

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

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

                                            

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

الاسم Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
الوصف This extension shows the VOTD from BibleGateway.com
حجم الملف 9.15 KB
عدد التثبيتات 42
النسخة الحالية 1.0
آخر تحديث 2016-08-05
تاريخ النشر 2016-08-05
تقييم 5.00/5 مجموع تقييمات 2
المطور marlonn.funtanilla
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "This extension shows the VOTD from BibleGateway.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}