Live to Learn
Keep up with the latest from LivetoLearn.in.
Что такое Live to Learn?
Live to Learn - это расширение Chrome, разработанное https://www.livetolearn.in, и его основная функция - "Keep up with the latest from LivetoLearn.in.".
Снимки экрана расширения
Скачать файл CRX расширения Live to Learn
Скачайте файлы расширений Live to Learn в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Основная информация о расширении
Название | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
Официальный URL | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Описание | Keep up with the latest from LivetoLearn.in. |
Размер файла | 106 KB |
Количество установок | 31 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2014-05-15 |
Дата публикации | 2014-05-15 |
Разработчик | https://www.livetolearn.in |
Тип оплаты | free |
Официальный сайт расширения | http://www.livetolearn.in/ |
URL страницы помощи | http://www.livetolearn.in/site/contact |
Поддерживаемые языки | 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" } } |