Live to Learn

Keep up with the latest from LivetoLearn.in.

What is Live to Learn?

Live to Learn is a Chrome extension developed by https://www.livetolearn.in, and its main feature is "Keep up with the latest from LivetoLearn.in.".

Extension Screenshots

screenshot

Download Live to Learn Extension CRX File

Download Live to Learn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
Official URL https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Description Keep up with the latest from LivetoLearn.in.
File Size 106 KB
Installation Count 31
Current Version 0.0.2
Last Updated 2014-05-15
Publish Date 2014-05-15
Developer https://www.livetolearn.in
Payment Type free
Extension Website http://www.livetolearn.in/
Help Page URL http://www.livetolearn.in/site/contact
Supported Languages 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"
    }
}