Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
What is Next Bus Away - Seattle?
Next Bus Away - Seattle is a Chrome extension developed by santy, and its main feature is "Gets the next arrival time for a given bus using OneBusAway api".
Extension Screenshots
Download Next Bus Away - Seattle Extension CRX File
Download Next Bus Away - Seattle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lodiaegcemdegfpldfcdfklldljjkooi |
Official URL | https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi |
Description | Gets the next arrival time for a given bus using OneBusAway api |
File Size | 275 KB |
Installation Count | 61 |
Current Version | 0.10 |
Last Updated | 2015-08-28 |
Publish Date | 2015-08-28 |
Rating | 3.00/5 Total 4 Ratings |
Developer | santy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |