DC Metro Tracker
View DC area train arrivals, metro alerts, and more.
Qu'est-ce que DC Metro Tracker ?
DC Metro Tracker est une extension Chrome développée par Unknown, et sa fonction principale est "View DC area train arrivals, metro alerts, and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DC Metro Tracker
Téléchargez les fichiers d'extension DC Metro Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DC Metro Tracker |
ID | glpfleenmokbmipegdndleabhkecpbpb |
URL Officiel | https://chromewebstore.google.com/detail/dc-metro-tracker/glpfleenmokbmipegdndleabhkecpbpb |
Description | View DC area train arrivals, metro alerts, and more. |
Taille du Fichier | 2.46 MB |
Nombre d'Installations | 56 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-09-23 |
Date de Publication | 2013-09-23 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |