Live to Learn

Keep up with the latest from LivetoLearn.in.

ما هو Live to Learn؟

Live to Learn هو إضافة Chrome تم تطويرها بواسطة https://www.livetolearn.in، والميزة الرئيسية لها هي "Keep up with the latest from LivetoLearn.in.".

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

screenshot

تحميل ملف CRX للإضافة Live to Learn

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

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

                        Stay updated from the latest articles from LivetoLearn.in
Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions                    

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

الاسم Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
الوصف Keep up with the latest from LivetoLearn.in.
حجم الملف 106 KB
عدد التثبيتات 31
النسخة الحالية 0.0.2
آخر تحديث 2014-05-15
تاريخ النشر 2014-05-15
المطور https://www.livetolearn.in
نوع الدفع free
موقع الإضافة http://www.livetolearn.in/
عنوان صفحة المساعدة http://www.livetolearn.in/site/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live to Learn",
    "version": "0.0.2",
    "description": "Keep up with the latest from LivetoLearn.in.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/www.livetolearn.in\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/livetolearn\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "LivetoLearn Notifier",
        "default_popup": "popup.html"
    }
}