Live to Learn
Keep up with the latest from LivetoLearn.in.
Apa itu Live to Learn?
Live to Learn adalah ekstensi Chrome yang dikembangkan oleh https://www.livetolearn.in, dan fitur utamanya adalah "Keep up with the latest from LivetoLearn.in.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Live to Learn
Unduh file ekstensi Live to Learn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Stay updated from the latest articles from LivetoLearn.in Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions
Informasi Dasar Ekstensi
Nama | Live to Learn |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
URL Resmi | https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa |
Deskripsi | Keep up with the latest from LivetoLearn.in. |
Ukuran File | 106 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-05-15 |
Tanggal Publikasi | 2014-05-15 |
Pengembang | https://www.livetolearn.in |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.livetolearn.in/ |
URL Halaman Bantuan | http://www.livetolearn.in/site/contact |
Bahasa yang Didukung | 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" } } |