De Lijn Realtime

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

O que é De Lijn Realtime?

De Lijn Realtime é uma extensão do Chrome desenvolvida por https://bert.one, e sua principal característica é "Niet-officiële extensie voor realtime informatie van De Lijn.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão De Lijn Realtime

Baixe arquivos de extensão De Lijn Realtime 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

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

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

Informações Básicas da Extensão

Nome De Lijn Realtime De Lijn Realtime
ID hgpaaomkdchpchpkcaiegfgldfhdeemp
URL Oficial https://chromewebstore.google.com/detail/de-lijn-realtime/hgpaaomkdchpchpkcaiegfgldfhdeemp
Descrição Niet-officiële extensie voor realtime informatie van De Lijn.
Tamanho do Arquivo 87.89 KB
Contagem de Instalações 49
Versão Atual 1.0.1
Última Atualização 2017-01-14
Data de Publicação 2017-01-14
Desenvolvedor https://bert.one
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bert.one/#de-lijn-chrome-extensie
Idiomas Suportados 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"
    ]
}