Next Bus Away - Seattle

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

¿Qué es Next Bus Away - Seattle?

Next Bus Away - Seattle es una extensión de Chrome desarrollada por santy, y su función principal es "Gets the next arrival time for a given bus using OneBusAway api".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Next Bus Away - Seattle

Descarga archivos de extensión Next Bus Away - Seattle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL Oficial https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Descripción Gets the next arrival time for a given bus using OneBusAway api
Tamaño del Archivo 275 KB
Cantidad de Instalaciones 61
Versión Actual 0.10
Última Actualización 2015-08-28
Fecha de Publicación 2015-08-28
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador santy
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}