Live to Learn
Keep up with the latest from LivetoLearn.in.
Hvad er Live to Learn?
Live to Learn er en Chrome-udvidelse udviklet af https://www.livetolearn.in, og dens hovedfunktion er "Keep up with the latest from LivetoLearn.in.".
Udvidelsesskærmbilleder
Download Live to Learn-udvidelses-CRX-fil
Download Live to Learn-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Grundlæggende oplysninger om udvidelsen
Navn | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
Officiel URL | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Beskrivelse | Keep up with the latest from LivetoLearn.in. |
Filstørrelse | 106 KB |
Antal Installationer | 31 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2014-05-15 |
Udgivelsesdato | 2014-05-15 |
Udvikler | https://www.livetolearn.in |
Betalingsmetode | free |
Udvidelseswebsted | http://www.livetolearn.in/ |
Hjælpeside-URL | http://www.livetolearn.in/site/contact |
Understøttede Sprog | 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" } } |