Live to Learn
Keep up with the latest from LivetoLearn.in.
Cos'è Live to Learn?
Live to Learn è un'estensione di Chrome sviluppata da https://www.livetolearn.in, e la sua funzione principale è "Keep up with the latest from LivetoLearn.in.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live to Learn
Scarica i file di estensione Live to Learn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Stay updated from the latest articles from LivetoLearn.in
Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions Informazioni di Base sull'Estensione
| Nome | |
| ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
| URL Ufficiale | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
| Descrizione | Keep up with the latest from LivetoLearn.in. |
| Dimensione del File | 106 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2014-05-15 |
| Data di Pubblicazione | 2014-05-15 |
| Sviluppatore | https://www.livetolearn.in |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.livetolearn.in/ |
| URL della Pagina di Aiuto | http://www.livetolearn.in/site/contact |
| Lingue Supportate | 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"
}
} | |