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.

Hvad er Ask A Question?

Ask A Question er en Chrome-udvidelse udviklet af rahuldeshmukh101, og dens hovedfunktion er "Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ask A Question-udvidelses-CRX-fil

Download Ask A Question-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ask A Question Ask A Question
ID ohgiiaomkhkicohddkipimikpoeeijja
Officiel URL https://chrome.google.com/webstore/detail/ask-a-question/ohgiiaomkhkicohddkipimikpoeeijja
Beskrivelse Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.
Filstørrelse 107 KB
Antal Installationer 94
Nuværende Version 1.1
Senest Opdateret 2013-11-20
Udgivelsesdato 2013-11-20
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler rahuldeshmukh101
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}