DC Metro Tracker

View DC area train arrivals, metro alerts, and more.

Cos'è DC Metro Tracker?

DC Metro Tracker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "View DC area train arrivals, metro alerts, and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DC Metro Tracker

Scarica i file di estensione DC Metro Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        For those who live in the Washington D.C. area! View upcoming trains, buses, Metro News, and alerts all from within your Chrome browser. Set your favorite train stops and buses and get upcoming arrivals based off data from the WMATA website.                    

Informazioni di Base sull'Estensione

Nome DC Metro Tracker DC Metro Tracker
ID glpfleenmokbmipegdndleabhkecpbpb
URL Ufficiale https://chromewebstore.google.com/detail/dc-metro-tracker/glpfleenmokbmipegdndleabhkecpbpb
Descrizione View DC area train arrivals, metro alerts, and more.
Dimensione del File 2.46 MB
Conteggio Installazioni 56
Versione Corrente 0.1
Ultimo Aggiornamento 2013-09-23
Data di Pubblicazione 2013-09-23
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DC Metro Tracker",
    "description": "View DC area train arrivals, metro alerts, and more. ",
    "version": "0.1",
    "options_page": "options.html",
    "manifest_version": 2,
    "icons": {
        "128": "images\/dc-metro-tracker-icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "alarms",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/dc-metro-tracker-icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/date.js",
            "js\/jquery-1.8.2.min.js",
            "js\/options.js",
            "js\/onAppInstall.js"
        ],
        "persistent": false
    }
}