Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Wat is Online Notifier?

Online Notifier is een Chrome-extensie ontwikkeld door https://online.ntnu.no, en de belangrijkste functie is "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Online Notifier

Download Online Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
Officiële URL https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Beschrijving Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Bestandsgrootte 20.06 MB
Aantal Installaties 150
Huidige Versie 5.1.3
Laatst Bijgewerkt 2019-03-05
Publicatiedatum 2019-03-05
Beoordeling 5.00/5 Totaal 16 Beoordelingen
Ontwikkelaar https://online.ntnu.no
Betalingswijze free
Extensiewebsite https://github.com/appKom/notifier
Help Pagina-URL https://github.com/appKom/notifier/#online-notifier
Ondersteunde Talen 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'"
}