Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
Wat is Next Bus Away - Seattle?
Next Bus Away - Seattle is een Chrome-extensie ontwikkeld door santy, en de belangrijkste functie is "Gets the next arrival time for a given bus using OneBusAway api".
Extensie Screenshots
Download het CRX-bestand van de extensie Next Bus Away - Seattle
Download Next Bus Away - Seattle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lodiaegcemdegfpldfcdfklldljjkooi |
Officiële URL | https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi |
Beschrijving | Gets the next arrival time for a given bus using OneBusAway api |
Bestandsgrootte | 275 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.10 |
Laatst Bijgewerkt | 2015-08-28 |
Publicatiedatum | 2015-08-28 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | santy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |