Chicago Bus Monitor (CTA)
Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
Cos'è Chicago Bus Monitor (CTA)?
Chicago Bus Monitor (CTA) è un'estensione di Chrome sviluppata da dangardiner, e la sua funzione principale è "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chicago Bus Monitor (CTA)
Scarica i file di estensione Chicago Bus Monitor (CTA) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
URL Ufficiale | https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij |
Descrizione | Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required! |
Dimensione del File | 94.46 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-09-11 |
Data di Pubblicazione | 2016-09-11 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | dangardiner |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |