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
官方網址 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\/"
    ]
}