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.”。
扩展截图
下载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 ;) 扩展基本信息
| 名称 | |
| 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"
]
} | |