Next Bus Away - Seattle

Gets the next arrival time for a given bus using OneBusAway api

Next Bus Away - Seattleคืออะไร?

Next Bus Away - Seattle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย santy และคุณลักษณะหลักของมันคือ "Gets the next arrival time for a given bus using OneBusAway api"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Bus Away - Seattle

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

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

                        Provides a easy way to get the number of minutes to the given bus route at a given stop in Seattle. 

Features :
--
• Click on the extension to refresh the next bus time.
• Right click and select options to find out how to change route and bus stop.
• Right click and select open in onebusaway.org to get to the bus stop on onebusaway.org

--

Features planned for future updates -
 1. A better options page to select bus stop and route.                    

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

ชื่อ Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
คำอธิบาย Gets the next arrival time for a given bus using OneBusAway api
ขนาดไฟล์ 275 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.10
อัปเดตครั้งล่าสุด 2015-08-28
วันที่เผยแพร่ 2015-08-28
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา santy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Next Bus Away - Seattle",
    "description": "Gets the next arrival time for a given bus using OneBusAway api",
    "version": "0.10",
    "background": {
        "scripts": [
            "jquery.js",
            "nextbus.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "nextbus.png"
    },
    "icons": {
        "128": "nextbus.png"
    },
    "permissions": [
        "http:\/\/api.pugetsound.onebusaway.org\/api\/*",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html"
}