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”。
扩展截图
下载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 |
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\/*" ] } |