De Lijn Realtime

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

De Lijn Realtimeとは何ですか?

De Lijn Realtimeはhttps://bert.oneによって開発されたChromeの拡張機能で、その主な機能は「Niet-officiële extensie voor realtime informatie van De Lijn.」です。

拡張機能のスクリーンショット

screenshot

De Lijn Realtime拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}