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 |
| 官方網址 | 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",
" | |