Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Online Notifier란 무엇입니까?

Online Notifier은(는) https://online.ntnu.no에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Online Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For Trondheimsstudenter:
- Nyheter fra din linjeforening
- Middagsmeny fra SiT
- Sanntidsbuss fra AtB
- Bussorakel fra AtB                    

확장 프로그램 기본 정보

이름 Online Notifier 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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "js\/on_website.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "org\/*\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}