Chicago Bus Monitor (CTA)
Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
Was ist Chicago Bus Monitor (CTA)?
Chicago Bus Monitor (CTA) ist eine Chrome-Erweiterung, die von dangardiner entwickelt wurde, und ihr Hauptmerkmal ist "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
Erweiterungsscreenshots
Chicago Bus Monitor (CTA)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chicago Bus Monitor (CTA)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
Offizielle URL | https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij |
Beschreibung | Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required! |
Dateigröße | 94.46 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-09-11 |
Veröffentlichungsdatum | 2016-09-11 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | dangardiner |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |