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