Live to Learn
Keep up with the latest from LivetoLearn.in.
O que é Live to Learn?
Live to Learn é uma extensão do Chrome desenvolvida por https://www.livetolearn.in, e sua principal característica é "Keep up with the latest from LivetoLearn.in.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live to Learn
Baixe arquivos de extensão Live to Learn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Informações Básicas da Extensão
Nome | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
URL Oficial | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Descrição | Keep up with the latest from LivetoLearn.in. |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 31 |
Versão Atual | 0.0.2 |
Última Atualização | 2014-05-15 |
Data de Publicação | 2014-05-15 |
Desenvolvedor | https://www.livetolearn.in |
Tipo de Pagamento | free |
Site da Extensão | http://www.livetolearn.in/ |
URL da Página de Ajuda | http://www.livetolearn.in/site/contact |
Idiomas Suportados | 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" } } |