De Lijn Realtime

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

What is De Lijn Realtime?

De Lijn Realtime is a Chrome extension developed by https://bert.one, and its main feature is "Niet-officiële extensie voor realtime informatie van De Lijn.".

Extension Screenshots

screenshot

Download De Lijn Realtime Extension CRX File

Download De Lijn Realtime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name De Lijn Realtime De Lijn Realtime
ID hgpaaomkdchpchpkcaiegfgldfhdeemp
Official URL https://chromewebstore.google.com/detail/de-lijn-realtime/hgpaaomkdchpchpkcaiegfgldfhdeemp
Description Niet-officiële extensie voor realtime informatie van De Lijn.
File Size 87.89 KB
Installation Count 49
Current Version 1.0.1
Last Updated 2017-01-14
Publish Date 2017-01-14
Developer https://bert.one
Email [email protected]
Payment Type free
Extension Website https://bert.one/#de-lijn-chrome-extensie
Supported Languages 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"
    ]
}