London Underground status updates
London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
什么是London Underground status updates?
London Underground status updates是由graham开发的Chrome扩展程序,该扩展的主要功能是“London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.”。
扩展截图
下载London Underground status updates扩展crx文件
下载London Underground status updates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get travel updates for the London Underground, Overground, TfL Rail & DLR. Gives details of delays or suspensions under each line. Configurable settings to only show status updates for the lines you want. Only requires access to TfL data feed (cloud.tfl.gov.uk/api.tfl.gov.uk).
扩展基本信息
名称 | London Underground status updates |
ID | kikfibpnfanmjholkooofgfcafknbpei |
官方URL | https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei |
简介 | London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR. |
文件大小 | 45.39 KB |
安装次数 | 138 |
当前版本 | 3.0.1 |
更新时间 | 2020-08-23 |
上架时间 | 2017-06-19 |
评分 | 3.80/5 共5次评分 |
开发者 | graham |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "London Underground status updates", "short_name": "Tube status", "version": "3.0.1", "manifest_version": 2, "description": "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "background": { "scripts": [ "config.js", "helpers.js", "background.js" ] }, "permissions": [ "http:\/\/cloud.tfl.gov.uk\/", "http:\/\/api.tfl.gov.uk\/", "alarms" ] } |