Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Qu'est-ce que Online Notifier ?

Online Notifier est une extension Chrome développée par https://online.ntnu.no, et sa fonction principale est "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Online Notifier

Téléchargez les fichiers d'extension Online Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
URL Officiel https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Description Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Taille du Fichier 20.06 MB
Nombre d'Installations 150
Version Actuelle 5.1.3
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-05
Évaluation 5.00/5 Total 16 Évaluations
Développeur https://online.ntnu.no
Type de Paiement free
Site Web de l'Extension https://github.com/appKom/notifier
URL de la Page d'Aide https://github.com/appKom/notifier/#online-notifier
Langues Prises en Charge 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'"
}