TnP IITD Notifier

View notifications of TnP activity effortlessly anywhere you go on the web.

TnP IITD Notifierとは何ですか?

TnP IITD Notifierはhttps://www.appsinthelab.comによって開発されたChromeの拡張機能で、その主な機能は「View notifications of TnP activity effortlessly anywhere you go on the web.」です。

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

screenshot

TnP IITD Notifier拡張機能のCRXファイルをダウンロード

TnP IITD Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See what's happening on TnP with the TnP IITD Notifier extension. 
Whenever you have a new notification (for example, when a new company visits the campus or any new update), the extension button will show you how many updates are waiting for you. Once you click the button, a window will drop down showing you all of your most recent notifications. That way you can stay up-to-speed with the TnP no matter where you are on the web, of course within IITD ;)                    

拡張機能の基本情報

名前 TnP IITD Notifier TnP IITD Notifier
ID gepikhpbmnfdkclggoddenppdlpenklf
公式URL https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf
説明 View notifications of TnP activity effortlessly anywhere you go on the web.
ファイルサイズ 213 KB
インストール数 114
現在のバージョン 1.0
最終更新日 2012-09-16
公開日 2012-09-16
評価 4.91/5 合計 35 レビュー
開発者 https://www.appsinthelab.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TnP IITD Notifier",
    "version": "1.0",
    "manifest_version": 2,
    "description": "View notifications of TnP activity effortlessly anywhere you go on the web.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.6.1.js",
            "js\/jquery.crypt.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.tnp.iitd.ac.in\/notices\/",
        "storage"
    ]
}