Ask A Question-Archival, IIT Bombay

Video archival of ask a question

什麼是Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay是由http://ask.co-learn.in開發的Chrome擴展程式,該擴展的主要功能是“Video archival of ask a question ”。

擴展截圖

screenshot
screenshot
screenshot

下載Ask A Question-Archival, IIT Bombay擴展crx文件

下載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
官方網址 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\/"
    ]
}