Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Ask A Question-Archival, IIT Bombayคืออะไร?

Ask A Question-Archival, IIT Bombay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ask.co-learn.in และคุณลักษณะหลักของมันคือ "Video archival of ask a question "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ask A Question-Archival, IIT Bombay

ดาวน์โหลดไฟล์ส่วนขยาย Ask A Question-Archival, IIT Bombay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        About 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.

http://video.co-learn.in/ask/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
คำอธิบาย Video archival of ask a question
ขนาดไฟล์ 590 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-04-01
วันที่เผยแพร่ 2014-04-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://ask.co-learn.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ask A Question-Archival, IIT Bombay",
    "version": "1.0",
    "description": "Video archival of ask a question ",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "hello.html"
    },
    "permissions": [
        "http:\/\/ask.co-learn.in\/email\/",
        "http:\/\/video.co-learn.in\/ask\/email\/"
    ]
}