London Underground status updates

London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.

London Underground status updatesคืออะไร?

London Underground status updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย graham และคุณลักษณะหลักของมันคือ "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย London Underground status updates

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}