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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rahuldeshmukh101, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Ask A Question

Λήψη αρχείων επέκτασης 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\/"
    ]
}