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) là gì?
Chicago Bus Monitor (CTA) là một tiện ích mở rộng Chrome được phát triển bởi dangardiner, và tính năng chính của nó là "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chicago Bus Monitor (CTA)
Tải xuống các tệp mở rộng Chicago Bus Monitor (CTA) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
URL Chính Thức | https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij |
Mô tả | Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required! |
Kích Thước Tệp | 94.46 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-09-11 |
Ngày Phát Hành | 2016-09-11 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | dangardiner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |