Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

¿Qué es Online Notifier?

Online Notifier es una extensión de Chrome desarrollada por https://online.ntnu.no, y su función principal es "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Online Notifier

Descarga archivos de extensión Online Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
URL Oficial https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Descripción Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Tamaño del Archivo 20.06 MB
Cantidad de Instalaciones 150
Versión Actual 5.1.3
Última Actualización 2019-03-05
Fecha de Publicación 2019-03-05
Calificación 5.00/5 Total de 16 Calificaciones
Desarrollador https://online.ntnu.no
Tipo de Pago free
Sitio Web de la Extensión https://github.com/appKom/notifier
URL de la Página de Ayuda https://github.com/appKom/notifier/#online-notifier
Idiomas Soportados 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'"
}