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 "입니다.
확장 프로그램 스크린샷
Ask A Question-Archival, IIT Bombay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | |
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\/" ] } |