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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Phillips และคุณลักษณะหลักของมันคือ "Get the Tube Status, and upcoming services times to prevent a long wait on the platform"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tfl tube toolkit

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