De Lijn Realtime

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

Co to jest De Lijn Realtime?

De Lijn Realtime to rozszerzenie Chrome opracowane przez https://bert.one, a jego główną funkcją jest „Niet-officiële extensie voor realtime informatie van De Lijn.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia De Lijn Realtime

Pobierz pliki rozszerzeń De Lijn Realtime w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa De Lijn Realtime De Lijn Realtime
ID hgpaaomkdchpchpkcaiegfgldfhdeemp
Oficjalny URL https://chromewebstore.google.com/detail/de-lijn-realtime/hgpaaomkdchpchpkcaiegfgldfhdeemp
Opis Niet-officiële extensie voor realtime informatie van De Lijn.
Rozmiar pliku 87.89 KB
Liczba instalacji 49
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-01-14
Data Publikacji 2017-01-14
Deweloper https://bert.one
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bert.one/#de-lijn-chrome-extensie
Obsługiwane Języki 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"
    ]
}