Live to Learn
Keep up with the latest from LivetoLearn.in.
Co to jest Live to Learn?
Live to Learn to rozszerzenie Chrome opracowane przez https://www.livetolearn.in, a jego główną funkcją jest „Keep up with the latest from LivetoLearn.in.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Live to Learn
Pobierz pliki rozszerzeń Live to Learn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Podstawowe informacje o rozszerzeniu
Nazwa | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
Oficjalny URL | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Opis | Keep up with the latest from LivetoLearn.in. |
Rozmiar pliku | 106 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-05-15 |
Data Publikacji | 2014-05-15 |
Deweloper | https://www.livetolearn.in |
Typ Płatności | free |
Strona Rozszerzenia | http://www.livetolearn.in/ |
Adres URL Strony Pomocy | http://www.livetolearn.in/site/contact |
Obsługiwane Języki | 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" } } |