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!”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Chicago Bus Monitor (CTA) Chicago Bus Monitor (CTA)
ID hgngkjmhchpajdmchbnakllkhcdodgij
官方網址 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"
    }
}