T-rider
MBTA Realtime Data for Boston T riders.
What is T-rider?
T-rider is a Chrome extension developed by Zhongliang Chen, and its main feature is "MBTA Realtime Data for Boston T riders.".
Download T-rider Extension CRX File
Download T-rider 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
Extension Basic Information
Name | |
ID | eehopikllhoepineocafkednmbmndikd |
Official URL | https://chrome.google.com/webstore/detail/t-rider/eehopikllhoepineocafkednmbmndikd |
Description | MBTA Realtime Data for Boston T riders. |
File Size | 6.88 KB |
Installation Count | 10 |
Current Version | 0.5 |
Last Updated | 2013-11-28 |
Publish Date | 2013-11-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Zhongliang Chen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "T-rider", "description": "MBTA Realtime Data for Boston T riders.", "version": "0.5", "permissions": [ "http:\/\/developer.mbta.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |