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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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