NextBus Display

Displays the time until the next bus is arriving at your set bus stop.

NextBus Displayคืออะไร?

NextBus Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emao และคุณลักษณะหลักของมันคือ "Displays the time until the next bus is arriving at your set bus stop."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NextBus Display

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

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

                        Simple app that displays in the upper right corner how many minutes until the next bus will arrive at your chosen bus stop. Works for 68 transit agencies nationwide. 

** To see more predictions, click on the bus icon **

====================================
Predictions provided by the NextBus® tracking service. More info here:
http://www.nextbus.com

Available for the following transit agencies:

AC Transit
APL
Asheville Redefines Transit
Atlanta Streetcar - Beta
Big Blue Bus
Brockton Area Transit Authority
Camarillo (CAT)
CCRTA
Chapel Hill
Charm City Circulator
City College NYC
City of Oxford
City of West Hollywood
Config Stuff
CyRide
DC Circulator
DC Streetcar
Downtown Connection
Downtown Connection
Dumbarton Exp
Charles River EZRide
East Carolina University
eTrans
FAST
Fairfax (CUE)
Foothill Transit
Fort Worth The T
Glendale Beeline
Gold Coast Transit
Indianapolis International Airport
Jacksonville
LaGuardia Airport Employee Shuttle
LaGuardia Airport Shuttle
Los Angeles Metro
Los Angeles Rail
MBTA
MIT
Moorpark Transit
Newark Liberty International Airport
Nova
Omnitrans
Palos Verdes Transit
SRIA
Plymouth State University
Portland Streetcar
Prince Georges County
RTC RIDE, Reno
Radford Transit
Roosevelt Island
Rutgers Newark Shuttle
Rutgers
SEPTA
SF Muni
Seattle Streetcar
Simi Valley (SVT)
Laval
Sonoma County Transit
Tahoe TART
Thousand Oaks Transit
Toronto TTC
Unitrans
UC Berkeley
University of California San Francisco
University of Maryland
Ventura (VCTC)
Western Kentucky University
Winston-Salem
York College                    

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

ชื่อ NextBus Display NextBus Display
ID djmdiledoggndjeaaejebhmnbpmlplak
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nextbus-display/djmdiledoggndjeaaejebhmnbpmlplak
คำอธิบาย Displays the time until the next bus is arriving at your set bus stop.
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 374
เวอร์ชันปัจจุบัน 0.48
อัปเดตครั้งล่าสุด 2018-01-29
วันที่เผยแพร่ 2018-01-29
คะแนน 4.00/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา emao
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://groups.google.com/forum/?fromgroups#!forum/nextbus-display-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "NextBus Display",
        "default_icon": "images\/bus16.png",
        "default_popup": "popup.html"
    },
    "description": "Displays the time until the next bus is arriving at your set bus stop.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/bus16.png",
        "48": "images\/bus48.png",
        "128": "images\/bus128.png"
    },
    "manifest_version": 2,
    "name": "NextBus Display",
    "options_page": "settings.html",
    "permissions": [
        "http:\/\/webservices.nextbus.com\/*",
        "notifications"
    ],
    "version": "0.48"
}