DC Metro Tracker
View DC area train arrivals, metro alerts, and more.
What is DC Metro Tracker?
DC Metro Tracker is a Chrome extension developed by Unknown, and its main feature is "View DC area train arrivals, metro alerts, and more.".
Extension Screenshots
Download DC Metro Tracker Extension CRX File
Download DC Metro Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DC Metro Tracker |
ID | glpfleenmokbmipegdndleabhkecpbpb |
Official URL | https://chromewebstore.google.com/detail/dc-metro-tracker/glpfleenmokbmipegdndleabhkecpbpb |
Description | View DC area train arrivals, metro alerts, and more. |
File Size | 2.46 MB |
Installation Count | 56 |
Current Version | 0.1 |
Last Updated | 2013-09-23 |
Publish Date | 2013-09-23 |
Rating | 1.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } } |