The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

ما هو The Scholars' Avenue Notifier؟

The Scholars' Avenue Notifier هو إضافة Chrome تم تطويرها بواسطة http://www.scholarsavenue.org، والميزة الرئيسية لها هي "Keep up with the latest from The Scholars' Avenue.".

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

screenshot

تحميل ملف CRX للإضافة The Scholars' Avenue Notifier

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

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

                                            

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

الاسم The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
الوصف Keep up with the latest from The Scholars' Avenue.
حجم الملف 181 KB
عدد التثبيتات 36
النسخة الحالية 12
آخر تحديث 2014-06-20
تاريخ النشر 2014-06-20
تقييم 4.88/5 مجموع تقييمات 16
المطور http://www.scholarsavenue.org
نوع الدفع free
موقع الإضافة http://www.scholarsavenue.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Scholars' Avenue Notifier",
    "version": "12",
    "manifest_version": 2,
    "description": "Keep up with the latest from The Scholars' Avenue.",
    "icons": {
        "48": "images\/tsa47px.png",
        "128": "images\/tsa128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/tsa19px.png"
        },
        "default_title": "The Scholars' Avenue Notifier",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.scholarsavenue.org\/feed\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}