Live to Learn
Keep up with the latest from LivetoLearn.in.
Live to Learn क्या है?
Live to Learn https://www.livetolearn.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep up with the latest from LivetoLearn.in."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live to Learn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |