Live to Learn

Keep up with the latest from LivetoLearn.in.

¿Qué es Live to Learn?

Live to Learn es una extensión de Chrome desarrollada por https://www.livetolearn.in, y su función principal es "Keep up with the latest from LivetoLearn.in.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Live to Learn

Descarga archivos de extensión Live to Learn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
URL Oficial https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Descripción Keep up with the latest from LivetoLearn.in.
Tamaño del Archivo 106 KB
Cantidad de Instalaciones 31
Versión Actual 0.0.2
Última Actualización 2014-05-15
Fecha de Publicación 2014-05-15
Desarrollador https://www.livetolearn.in
Tipo de Pago free
Sitio Web de la Extensión http://www.livetolearn.in/
URL de la Página de Ayuda http://www.livetolearn.in/site/contact
Idiomas Soportados 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"
    }
}