De Lijn Realtime

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

De Lijn Realtime क्या है?

De Lijn Realtime https://bert.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Niet-officiële extensie voor realtime informatie van De Lijn."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में De Lijn Realtime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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