London Underground status updates
London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
London Underground status updates란 무엇입니까?
London Underground status updates은(는) graham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR."입니다.
확장 프로그램 스크린샷
London Underground status updates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get travel updates for the London Underground, Overground, TfL Rail & DLR. Gives details of delays or suspensions under each line. Configurable settings to only show status updates for the lines you want. Only requires access to TfL data feed (cloud.tfl.gov.uk/api.tfl.gov.uk).
확장 프로그램 기본 정보
이름 | London Underground status updates |
ID | kikfibpnfanmjholkooofgfcafknbpei |
공식 URL | https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei |
설명 | London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR. |
파일 크기 | 45.39 KB |
설치 횟수 | 138 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2020-08-23 |
출시 날짜 | 2017-06-19 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | graham |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "London Underground status updates", "short_name": "Tube status", "version": "3.0.1", "manifest_version": 2, "description": "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "background": { "scripts": [ "config.js", "helpers.js", "background.js" ] }, "permissions": [ "http:\/\/cloud.tfl.gov.uk\/", "http:\/\/api.tfl.gov.uk\/", "alarms" ] } |