Live to Learn
Keep up with the latest from LivetoLearn.in.
Qu'est-ce que Live to Learn ?
Live to Learn est une extension Chrome développée par https://www.livetolearn.in, et sa fonction principale est "Keep up with the latest from LivetoLearn.in.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live to Learn
Téléchargez les fichiers d'extension Live to Learn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Informations de Base sur l'Extension
Nom | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
URL Officiel | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Description | Keep up with the latest from LivetoLearn.in. |
Taille du Fichier | 106 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-05-15 |
Date de Publication | 2014-05-15 |
Développeur | https://www.livetolearn.in |
Type de Paiement | free |
Site Web de l'Extension | http://www.livetolearn.in/ |
URL de la Page d'Aide | http://www.livetolearn.in/site/contact |
Langues Prises en Charge | 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" } } |