Next Bus Away - Seattle

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

Was ist Next Bus Away - Seattle?

Next Bus Away - Seattle ist eine Chrome-Erweiterung, die von santy entwickelt wurde, und ihr Hauptmerkmal ist "Gets the next arrival time for a given bus using OneBusAway api".

Erweiterungsscreenshots

screenshot

Next Bus Away - Seattle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Next Bus Away - Seattle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
Offizielle URL https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Beschreibung Gets the next arrival time for a given bus using OneBusAway api
Dateigröße 275 KB
Installationsanzahl 61
Aktuelle Version 0.10
Letztes Update 2015-08-28
Veröffentlichungsdatum 2015-08-28
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler santy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}