Ask A Question-Archival, IIT Bombay
Video archival of ask a question
Ask A Question-Archival, IIT Bombay क्या है?
Ask A Question-Archival, IIT Bombay http://ask.co-learn.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video archival of ask a question "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ask A Question-Archival, IIT Bombay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
About Ask A Question Ask A Question is a unique platform through which students from science and engineering colleges all over India can ask questions and faculty from IIT Bombay answers them. Students can ask questions either through an online forum or during an interactive live session, held every Thursday from 4:00 P.M to 5:00 P.M. Presently the Ask A Question sessions are going on for Electrical Engineering, but the facility will be extended to other subjects shortly. http://video.co-learn.in/ask/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
विवरण | Video archival of ask a question |
फ़ाइल का आकार | 590 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-04-01 |
प्रकाशन तिथि | 2014-04-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://ask.co-learn.in |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ask A Question-Archival, IIT Bombay", "version": "1.0", "description": "Video archival of ask a question ", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "hello.html" }, "permissions": [ "http:\/\/ask.co-learn.in\/email\/", "http:\/\/video.co-learn.in\/ask\/email\/" ] } |