Ask A Question

Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.

什么是Ask A Question?

Ask A Question是由rahuldeshmukh101开发的Chrome扩展程序,该扩展的主要功能是“Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.”。

扩展截图

screenshot
screenshot
screenshot

下载Ask A Question扩展crx文件

下载Ask A Question扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.

Topics for current Ask A Question Session

    Communication Engineering

    Control Engineering

    Electrical Engineering

    Electronics Engineering

    Semiconductors                    

扩展基本信息

名称 Ask A Question Ask A Question
ID ohgiiaomkhkicohddkipimikpoeeijja
官方URL https://chrome.google.com/webstore/detail/ask-a-question/ohgiiaomkhkicohddkipimikpoeeijja
简介 Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.
文件大小 107 KB
安装次数 94
当前版本 1.1
更新时间 2013-11-20
上架时间 2013-11-20
评分 5.00/5 共5次评分
开发者 rahuldeshmukh101
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Ask A Question",
    "description": "Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "background.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/localhost\/"
    ]
}