Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

O que é Online Notifier?

Online Notifier é uma extensão do Chrome desenvolvida por https://online.ntnu.no, e sua principal característica é "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Online Notifier

Baixe arquivos de extensão Online Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Online Notifier Online Notifier
ID hfgffimlnajpbenfpaofmmffcdmgkllf
URL Oficial https://chromewebstore.google.com/detail/online-notifier/hfgffimlnajpbenfpaofmmffcdmgkllf
Descrição Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.
Tamanho do Arquivo 20.06 MB
Contagem de Instalações 150
Versão Atual 5.1.3
Última Atualização 2019-03-05
Data de Publicação 2019-03-05
Classificação 5.00/5 Total de 16 Avaliações
Desenvolvedor https://online.ntnu.no
Tipo de Pagamento free
Site da Extensão https://github.com/appKom/notifier
URL da Página de Ajuda https://github.com/appKom/notifier/#online-notifier
Idiomas Suportados 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'"
}