Chicago Bus Monitor (CTA)
Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
Τι είναι το Chicago Bus Monitor (CTA);
Το Chicago Bus Monitor (CTA) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dangardiner, και η κύρια λειτουργία του είναι "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chicago Bus Monitor (CTA)
Λήψη αρχείων επέκτασης Chicago Bus Monitor (CTA) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
Επίσημο URL | https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij |
Περιγραφή | Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required! |
Μέγεθος Αρχείου | 94.46 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-09-11 |
Ημερομηνία Δημοσίευσης | 2016-09-11 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | dangardiner |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |