Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
什么是Next Bus Away - Seattle?
Next Bus Away - Seattle是由santy开发的Chrome扩展程序,该扩展的主要功能是“Gets the next arrival time for a given bus using OneBusAway api”。
扩展截图
下载Next Bus Away - Seattle扩展crx文件
下载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.
扩展基本信息
名称 | |
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" } |