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文件
下载Hostel 4 - Mess Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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'"
} | |