Next Bus Away - Seattle
Gets the next arrival time for a given bus using OneBusAway api
Co je Next Bus Away - Seattle?
Next Bus Away - Seattle je rozšíření Chrome vyvinuté santy, a jeho hlavní funkcí je „Gets the next arrival time for a given bus using OneBusAway api“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Next Bus Away - Seattle
Stáhněte si soubory rozšíření Next Bus Away - Seattle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | lodiaegcemdegfpldfcdfklldljjkooi |
Oficiální URL | https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi |
Popis | Gets the next arrival time for a given bus using OneBusAway api |
Velikost souboru | 275 KB |
Počet instalací | 61 |
Aktuální Verze | 0.10 |
Poslední Aktualizace | 2015-08-28 |
Datum Vydání | 2015-08-28 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | santy |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |