Bart Commuter

This extension lets a bart user know when his train will arrive

Bart Commuter란 무엇입니까?

Bart Commuter은(는) shendudewang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets a bart user know when his train will arrive"입니다.

확장 프로그램 스크린샷

screenshot

Bart Commuter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Info at your fingertips with just one click! This app shows upcoming departure times for BART trains from your station. Includes user-customizable departure stations and routes. Set it up once and forget it. ONLY supports California's BART system.

Bart Commuter features:
-Fetches live BART data
-Track up to two departures (round-trip scheduling is a breeze)
-Filterable routes
-Saved settings are google synced to the user
-Tooltips give route info
-Easy to use color-coded interface

To configure:
1.Right click Bart Commuter button, select options
2.Select a departure station for Trip 1
2.5.Optionally enable Trip 2 by clicking grayed out box below Trip 1
3.Select desired routes (note: not all lines run at all times)
4.Press save

To use:
1.Click button to see when trains are leaving at your stop
2.Hover mouse over times to see detailed train info

Changelog:
1.11: Bugfixes
1.12: Changed wording on options page
1.13: Removed some permissions

github: https://github.com/shendude/bart-commuter                    

확장 프로그램 기본 정보

이름 Bart Commuter Bart Commuter
ID afkmlnblnbgncdccljkdcjgaihnhmcbk
공식 URL https://chromewebstore.google.com/detail/bart-commuter/afkmlnblnbgncdccljkdcjgaihnhmcbk
설명 This extension lets a bart user know when his train will arrive
파일 크기 66.3 KB
설치 횟수 23
현재 버전 1.13
최근 업데이트 2016-07-14
출시 날짜 2016-07-14
개발자 shendudewang
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bart Commuter",
    "description": "This extension lets a bart user know when his train will arrive",
    "version": "1.13",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "system-map.gif"
    ]
}