tfl tube toolkit

Get the Tube Status, and upcoming services times to prevent a long wait on the platform

tfl tube toolkit란 무엇입니까?

tfl tube toolkit은(는) Rob Phillips에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the Tube Status, and upcoming services times to prevent a long wait on the platform"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

tfl tube toolkit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Written from scratch to provide a light and easy way to check on the London Underground Tube Status & Check when your next service is.

Keep updated on the live London Underground service status, with detailed information when a problem occurs on a line.  You also have the option to turn on/off background updates and adjust the frequency with which they occur.

Change log:

1.4 - Fix outdated bits

1.3 - Added customisable discrete notifications, for your favoured lines

1.2 -  Automatically save your last Line and Station used for quick checking

1.1 - Added new functionality allowing you to check and see how long until your service arrived on the platform. 

1.0.1 - Bug fixed notifications                    

확장 프로그램 기본 정보

이름 tfl tube toolkit tfl tube toolkit
ID chlkllifdcbllgkfndillgogmhfjfogn
공식 URL https://chromewebstore.google.com/detail/tfl-tube-toolkit/chlkllifdcbllgkfndillgogmhfjfogn
설명 Get the Tube Status, and upcoming services times to prevent a long wait on the platform
파일 크기 91.47 KB
설치 횟수 346
현재 버전 1.4.1
최근 업데이트 2022-10-14
출시 날짜 2012-08-24
평점 4.50/5 총 12 개의 평점
개발자 Rob Phillips
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.robertjamesphillips.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tfl tube toolkit",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Get the Tube Status, and upcoming services times to prevent a long wait on the platform",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon-20-20.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon-20-20.png",
        "48": "img\/icon-48-48.png",
        "128": "img\/icon-128-128.png"
    },
    "permissions": [
        "notifications",
        "http:\/\/cloud.tfl.gov.uk\/*"
    ]
}