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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}