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によって開発されたChromeの拡張機能で、その主な機能は「Video archival of ask a question 」です。
拡張機能のスクリーンショット
Ask A Question-Archival, IIT Bombay拡張機能のCRXファイルをダウンロード
Ask A Question-Archival, IIT Bombay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/" ] } |