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)はdangardinerによって開発されたChromeの拡張機能で、その主な機能は「Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!」です。
拡張機能のスクリーンショット
Chicago Bus Monitor (CTA)拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |