tfl tube toolkit

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

Cos'è tfl tube toolkit?

tfl tube toolkit è un'estensione di Chrome sviluppata da Rob Phillips, e la sua funzione principale è "Get the Tube Status, and upcoming services times to prevent a long wait on the platform".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione tfl tube toolkit

Scarica i file di estensione tfl tube toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome tfl tube toolkit tfl tube toolkit
ID chlkllifdcbllgkfndillgogmhfjfogn
URL Ufficiale https://chromewebstore.google.com/detail/tfl-tube-toolkit/chlkllifdcbllgkfndillgogmhfjfogn
Descrizione Get the Tube Status, and upcoming services times to prevent a long wait on the platform
Dimensione del File 91.47 KB
Conteggio Installazioni 346
Versione Corrente 1.4.1
Ultimo Aggiornamento 2022-10-14
Data di Pubblicazione 2012-08-24
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore Rob Phillips
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.robertjamesphillips.com
Lingue Supportate 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\/*"
    ]
}