Live to Learn

Keep up with the latest from LivetoLearn.in.

Wat is Live to Learn?

Live to Learn is een Chrome-extensie ontwikkeld door https://www.livetolearn.in, en de belangrijkste functie is "Keep up with the latest from LivetoLearn.in.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Live to Learn

Download Live to Learn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
Officiële URL https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Beschrijving Keep up with the latest from LivetoLearn.in.
Bestandsgrootte 106 KB
Aantal Installaties 31
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-05-15
Publicatiedatum 2014-05-15
Ontwikkelaar https://www.livetolearn.in
Betalingswijze free
Extensiewebsite http://www.livetolearn.in/
Help Pagina-URL http://www.livetolearn.in/site/contact
Ondersteunde Talen 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"
    }
}