Online Notifier

Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.

Что такое Online Notifier?

Online Notifier - это расширение Chrome, разработанное https://online.ntnu.no, и его основная функция - "Linjeforeningsnyheter, middagsmeny, sanntidsbuss og mer.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Online Notifier

Скачайте файлы расширений Online Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}