Hostel 4 - Mess Extension
Hostel 4 - Mess Extension
Wat is Hostel 4 - Mess Extension?
Hostel 4 - Mess Extension is een Chrome-extensie ontwikkeld door Siddharth Bulia, en de belangrijkste functie is "Hostel 4 - Mess Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Hostel 4 - Mess Extension
Download Hostel 4 - Mess Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pjplmljigbfjcnigcaiddlmahjapfelj |
| Officiële URL | https://chromewebstore.google.com/detail/hostel-4-mess-extension/pjplmljigbfjcnigcaiddlmahjapfelj |
| Beschrijving | Hostel 4 - Mess Extension |
| Bestandsgrootte | 478 KB |
| Aantal Installaties | 10 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-02-28 |
| Publicatiedatum | 2017-02-27 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Siddharth Bulia |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://gymkhana.iitb.ac.in/~hostel4/ |
| Ondersteunde Talen | 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'"
} | |