Hostel 4 - Mess Extension
Hostel 4 - Mess Extension
Hostel 4 - Mess Extension란 무엇입니까?
Hostel 4 - Mess Extension은(는) Siddharth Bulia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hostel 4 - Mess Extension"입니다.
확장 프로그램 스크린샷
Hostel 4 - Mess Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is Hostel 4 - mess menu extension for inmates of Hostel 4, IIT Bombay. Features: - Look at the Mess Menu anytime. - Menu will get automatically online synced. So no need to reinstall extension. - Bookmark your favorite meal. - You will get notification for your bookmarked meal.
확장 프로그램 기본 정보
이름 | Hostel 4 - Mess Extension |
ID | pjplmljigbfjcnigcaiddlmahjapfelj |
공식 URL | https://chromewebstore.google.com/detail/hostel-4-mess-extension/pjplmljigbfjcnigcaiddlmahjapfelj |
설명 | Hostel 4 - Mess Extension |
파일 크기 | 478 KB |
설치 횟수 | 10 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-02-28 |
출시 날짜 | 2017-02-27 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Siddharth Bulia |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gymkhana.iitb.ac.in/~hostel4/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hostel 4 - Mess Extension", "description": "Hostel 4 - Mess Extension", "version": "1.0", "short_name": "H4 Mess Menu", "browser_action": { "default_icon": "icon.png", "default_popup": "hostel.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "https:\/\/gymkhana.iitb.ac.in\/~hostel4\/mess\/menu.txt", "storage", "notifications", "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'" } |