Next Bus Away - Seattle

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

Cos'è Next Bus Away - Seattle?

Next Bus Away - Seattle è un'estensione di Chrome sviluppata da santy, e la sua funzione principale è "Gets the next arrival time for a given bus using OneBusAway api".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Next Bus Away - Seattle

Scarica i file di estensione Next Bus Away - Seattle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL Ufficiale https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Descrizione Gets the next arrival time for a given bus using OneBusAway api
Dimensione del File 275 KB
Conteggio Installazioni 61
Versione Corrente 0.10
Ultimo Aggiornamento 2015-08-28
Data di Pubblicazione 2015-08-28
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore santy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}