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
拡張機能の基本情報
名前 | Online Notifier |
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", " |