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ファイルをダウンロード

tfl tube toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}