Chicago Bus Monitor (CTA)
Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
Qu'est-ce que Chicago Bus Monitor (CTA) ?
Chicago Bus Monitor (CTA) est une extension Chrome développée par dangardiner, et sa fonction principale est "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chicago Bus Monitor (CTA)
Téléchargez les fichiers d'extension Chicago Bus Monitor (CTA) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
URL Officiel | 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! |
Taille du Fichier | 94.46 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-09-11 |
Date de Publication | 2016-09-11 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | dangardiner |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |