NextMetro DC
This extension allows users to quickly check a specific DC Metro station's live train schedule.
What is NextMetro DC?
NextMetro DC is a Chrome extension developed by Brandon Funkhouser, and its main feature is "This extension allows users to quickly check a specific DC Metro station's live train schedule.".
Extension Screenshots
Download NextMetro DC Extension CRX File
Download NextMetro DC 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
The times are updated automatically every time the extension icon is clicked/loaded. Contact: http://brandonfunkhouser.com
Extension Basic Information
Name | NextMetro DC |
ID | jipdcgkaiplnfnclenmndieledchnmhf |
Official URL | https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf |
Description | This extension allows users to quickly check a specific DC Metro station's live train schedule. |
File Size | 74.41 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2014-08-07 |
Publish Date | 2014-08-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Brandon Funkhouser |
Payment Type | free |
Supported Languages | 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'" } |