Hostel 4 - Mess Extension
Hostel 4 - Mess Extension
Apa itu Hostel 4 - Mess Extension?
Hostel 4 - Mess Extension adalah ekstensi Chrome yang dikembangkan oleh Siddharth Bulia, dan fitur utamanya adalah "Hostel 4 - Mess Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hostel 4 - Mess Extension
Unduh file ekstensi Hostel 4 - Mess Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | pjplmljigbfjcnigcaiddlmahjapfelj |
| URL Resmi | https://chromewebstore.google.com/detail/hostel-4-mess-extension/pjplmljigbfjcnigcaiddlmahjapfelj |
| Deskripsi | Hostel 4 - Mess Extension |
| Ukuran File | 478 KB |
| Jumlah Instalasi | 10 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2017-02-28 |
| Tanggal Publikasi | 2017-02-27 |
| Penilaian | 5.00/5 Total 3 Penilaian |
| Pengembang | Siddharth Bulia |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://gymkhana.iitb.ac.in/~hostel4/ |
| Bahasa yang Didukung | 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'"
} | |