Hostel 4 - Mess Extension

Hostel 4 - Mess Extension

Cos'è Hostel 4 - Mess Extension?

Hostel 4 - Mess Extension è un'estensione di Chrome sviluppata da Siddharth Bulia, e la sua funzione principale è "Hostel 4 - Mess Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hostel 4 - Mess Extension

Scarica i file di estensione Hostel 4 - Mess Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hostel 4 - Mess Extension Hostel 4 - Mess Extension
ID pjplmljigbfjcnigcaiddlmahjapfelj
URL Ufficiale https://chromewebstore.google.com/detail/hostel-4-mess-extension/pjplmljigbfjcnigcaiddlmahjapfelj
Descrizione Hostel 4 - Mess Extension
Dimensione del File 478 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-28
Data di Pubblicazione 2017-02-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Siddharth Bulia
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gymkhana.iitb.ac.in/~hostel4/
Lingue Supportate 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'"
}