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 ”。

扩展截图

screenshot
screenshot
screenshot

下载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/                    

扩展基本信息

名称 Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
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\/"
    ]
}