NextMetro DC

This extension allows users to quickly check a specific DC Metro station's live train schedule.

Wat is NextMetro DC?

NextMetro DC is een Chrome-extensie ontwikkeld door Brandon Funkhouser, en de belangrijkste functie is "This extension allows users to quickly check a specific DC Metro station's live train schedule.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NextMetro DC

Download NextMetro DC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The times are updated automatically every time the extension icon is clicked/loaded.

Contact: http://brandonfunkhouser.com                    

Basisinformatie over de Extensie

Naam NextMetro DC NextMetro DC
ID jipdcgkaiplnfnclenmndieledchnmhf
Officiële URL https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf
Beschrijving This extension allows users to quickly check a specific DC Metro station's live train schedule.
Bestandsgrootte 74.41 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-07
Publicatiedatum 2014-08-07
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Brandon Funkhouser
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NextMetro DC",
    "description": "This extension allows users to quickly check a specific DC Metro station's live train schedule.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*.wmata.com\/*",
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}