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\/"
    ]
}