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 là gì?

Ask A Question là một tiện ích mở rộng Chrome được phát triển bởi rahuldeshmukh101, và tính năng chính của nó là "Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ask A Question

Tải xuống các tệp mở rộng Ask A Question dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ask A Question Ask A Question
ID ohgiiaomkhkicohddkipimikpoeeijja
URL Chính Thức https://chrome.google.com/webstore/detail/ask-a-question/ohgiiaomkhkicohddkipimikpoeeijja
Mô tả Through Ask a Question you get to ask IITBombay Professors conceptual doubts that you have in the fields of engineering and science.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-11-20
Ngày Phát Hành 2013-11-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rahuldeshmukh101
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}