Hostel 4 - Mess Extension

Hostel 4 - Mess Extension

Hostel 4 - Mess Extensionとは何ですか?

Hostel 4 - Mess ExtensionはSiddharth Buliaによって開発されたChromeの拡張機能で、その主な機能は「Hostel 4 - Mess Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Hostel 4 - Mess Extension 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
Eメール [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'"
}