Chicago Bus Monitor (CTA)

Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!

Chicago Bus Monitor (CTA)คืออะไร?

Chicago Bus Monitor (CTA) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dangardiner และคุณลักษณะหลักของมันคือ "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chicago Bus Monitor (CTA)

ดาวน์โหลดไฟล์ส่วนขยาย Chicago Bus Monitor (CTA) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Select a bus stop, and this extension will track when the next bus will be arriving to that stop in the application tray in Chrome!

Features:
- Add as many 'pinned' bus stops as you want for simple, 2-click bus tracking
- Set how long it takes you to get to the stop, and it will only show buses further away than that
- Track for up to 20 minutes, then it'll automatically stop
- Updates data every 15-60 seconds (configurable), and the icon indicates how long until the next refresh                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chicago Bus Monitor (CTA) Chicago Bus Monitor (CTA)
ID hgngkjmhchpajdmchbnakllkhcdodgij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij
คำอธิบาย Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
ขนาดไฟล์ 94.46 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-11
วันที่เผยแพร่ 2016-09-11
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dangardiner
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chicago Bus Monitor (CTA)",
    "short_name": "ChicagoBusMonitor",
    "version": "1.1",
    "description": "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!",
    "offline_enabled": false,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "background",
        "webRequest",
        "*:\/\/ctabustracker.com\/",
        "*:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "browser_action": {
        "default_icon": "Bus.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Bus.png"
    }
}