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
官方網址 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\/*"
    ]
}