Next Bus Away - Seattle

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

Next Bus Away - Seattle là gì?

Next Bus Away - Seattle là một tiện ích mở rộng Chrome được phát triển bởi santy, và tính năng chính của nó là "Gets the next arrival time for a given bus using OneBusAway api".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Next Bus Away - Seattle

Tải xuống các tệp mở rộng Next Bus Away - Seattle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL Chính Thức https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Mô tả Gets the next arrival time for a given bus using OneBusAway api
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2015-08-28
Ngày Phát Hành 2015-08-28
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển santy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}