Online Notifier
Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
什么是Online Notifier?
Online Notifier是由https://online.ntnu.no开发的Chrome扩展程序,该扩展的主要功能是“Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.”。
扩展截图
下载Online Notifier扩展crx文件
下载Online Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For Trondheimsstudenter:
- Nyheter fra din linjeforening
- Middagsmeny fra SiT
- Sanntidsbuss fra AtB
- Bussorakel fra AtB 扩展基本信息
| 名称 | |
| ID | hfgffimlnajpbenfpaofmmffcdmgkllf |
| 官方URL | https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf |
| 简介 | Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer. |
| 文件大小 | 20.06 MB |
| 安装次数 | 150 |
| 当前版本 | 5.1.3 |
| 更新时间 | 2019-03-05 |
| 上架时间 | 2019-03-05 |
| 评分 | 5.00/5 共16次评分 |
| 开发者 | https://online.ntnu.no |
| 付费类型 | free |
| 扩展官网 | https://github.com/appKom/notifier |
| 帮助页面URL | https://github.com/appKom/notifier/#online-notifier |
| 支持的语言 | no |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Online Notifier",
"short_name": "Notifier",
"version": "5.1.3",
"manifest_version": 2,
"offline_enabled": false,
"description": "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.",
"homepage_url": "https:\/\/online.ntnu.no\/",
"background": {
"page": "background.html"
},
"browser_action": {
"default_title": "Notifier",
"default_popup": "popup.html"
},
"omnibox": {
"keyword": "@"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+A"
},
"description": "Open Notifier"
},
"open_instabart": {
"suggested_key": {
"default": "Ctrl+Shift+I"
},
"description": "Open Instabart"
}
},
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"permissions": [
"idle",
"notifications",
" | |