Next Bus Away - Seattle

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

O que é Next Bus Away - Seattle?

Next Bus Away - Seattle é uma extensão do Chrome desenvolvida por santy, e sua principal característica é "Gets the next arrival time for a given bus using OneBusAway api".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Next Bus Away - Seattle

Baixe arquivos de extensão Next Bus Away - Seattle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Next Bus Away - Seattle Next Bus Away - Seattle
ID lodiaegcemdegfpldfcdfklldljjkooi
URL Oficial https://chrome.google.com/webstore/detail/next-bus-away-seattle/lodiaegcemdegfpldfcdfklldljjkooi
Descrição Gets the next arrival time for a given bus using OneBusAway api
Tamanho do Arquivo 275 KB
Contagem de Instalações 61
Versão Atual 0.10
Última Atualização 2015-08-28
Data de Publicação 2015-08-28
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor santy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}