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