Live to Learn
Keep up with the latest from LivetoLearn.in.
Vad är Live to Learn?
Live to Learn är en Chrome-tillägg utvecklad av https://www.livetolearn.in, och dess huvudfunktion är "Keep up with the latest from LivetoLearn.in.".
Tilläggsskärmbilder
Ladda ner Live to Learn-förlängningens CRX-fil
Ladda ner Live to Learn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Grundläggande Information om Tillägg
Namn | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
Officiell webbadress | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Beskrivning | Keep up with the latest from LivetoLearn.in. |
Filstorlek | 106 KB |
Antal Installationer | 31 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2014-05-15 |
Publiceringsdatum | 2014-05-15 |
Utvecklare | https://www.livetolearn.in |
Betalningssätt | free |
Tilläggswebbplats | http://www.livetolearn.in/ |
Hjälpsida URL | http://www.livetolearn.in/site/contact |
Stödda Språk | 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" } } |