Chicago Bus Monitor (CTA)

Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!

What is Chicago Bus Monitor (CTA)?

Chicago Bus Monitor (CTA) is a Chrome extension developed by dangardiner, and its main feature is "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".

Extension Screenshots

screenshot
screenshot

Download Chicago Bus Monitor (CTA) Extension CRX File

Download Chicago Bus Monitor (CTA) 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

                        Select a bus stop, and this extension will track when the next bus will be arriving to that stop in the application tray in Chrome!

Features:
- Add as many 'pinned' bus stops as you want for simple, 2-click bus tracking
- Set how long it takes you to get to the stop, and it will only show buses further away than that
- Track for up to 20 minutes, then it'll automatically stop
- Updates data every 15-60 seconds (configurable), and the icon indicates how long until the next refresh                    

Extension Basic Information

Name Chicago Bus Monitor (CTA) Chicago Bus Monitor (CTA)
ID hgngkjmhchpajdmchbnakllkhcdodgij
Official URL https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij
Description Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
File Size 94.46 KB
Installation Count 29
Current Version 1.1
Last Updated 2016-09-11
Publish Date 2016-09-11
Rating 4.33/5 Total 3 Ratings
Developer dangardiner
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chicago Bus Monitor (CTA)",
    "short_name": "ChicagoBusMonitor",
    "version": "1.1",
    "description": "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!",
    "offline_enabled": false,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "background",
        "webRequest",
        "*:\/\/ctabustracker.com\/",
        "*:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "browser_action": {
        "default_icon": "Bus.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Bus.png"
    }
}