De Lijn Realtime

Niet-officiële extensie voor realtime informatie van De Lijn.

Что такое De Lijn Realtime?

De Lijn Realtime - это расширение Chrome, разработанное https://bert.one, и его основная функция - "Niet-officiële extensie voor realtime informatie van De Lijn.".

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

screenshot

Скачать файл CRX расширения De Lijn Realtime

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

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

                        Niet-officiële extensie voor realtime informatie (bus en tram) van De Lijn.

Laat suggesties, ideeën en bugs achter in het tabblad 'Ondersteuning'.                    

Основная информация о расширении

Название De Lijn Realtime De Lijn Realtime
ID hgpaaomkdchpchpkcaiegfgldfhdeemp
Официальный URL https://chromewebstore.google.com/detail/de-lijn-realtime/hgpaaomkdchpchpkcaiegfgldfhdeemp
Описание Niet-officiële extensie voor realtime informatie van De Lijn.
Размер файла 87.89 KB
Количество установок 49
Текущая Версия 1.0.1
Последнее Обновление 2017-01-14
Дата публикации 2017-01-14
Разработчик https://bert.one
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bert.one/#de-lijn-chrome-extensie
Поддерживаемые языки nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "De Lijn Realtime",
    "description": "Niet-offici\u00eble extensie voor realtime informatie van De Lijn.",
    "version": "1.0.1",
    "icons": {
        "16": "dl_16.png",
        "48": "dl_48.png",
        "128": "dl_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "popup.min.js",
                "options.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "dl_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "options.html"
    ]
}