BARTist

Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location

O que é BARTist?

BARTist é uma extensão do Chrome desenvolvida por Cathey & McAfee, e sua principal característica é "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BARTist

Baixe arquivos de extensão BARTist 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

                        BARTist is a Google Chrome Extension that makes BART navigation quick and simple by providing departure schedules right from your browser, based on your current location.

Simply:
-Add BARTist to Chrome
-Click the BARTist icon 
-Accept the locations permission popup
-Enjoy live train times on-the-fly

Don't be a stranger! Let us know what you think or just say hi and thank you for using,
-David and Paul                    

Informações Básicas da Extensão

Nome BARTist BARTist
ID eplclajgcobhpagcgidociiiggafjbph
URL Oficial https://chromewebstore.google.com/detail/bartist/eplclajgcobhpagcgidociiiggafjbph
Descrição Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 17
Versão Atual 0.2
Última Atualização 2022-11-04
Data de Publicação 2016-12-04
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor Cathey & McAfee
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/david-mcafee/BARTist
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BARTist",
    "version": "0.2",
    "description": "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location",
    "author": "Paul Cathey and David McAfee",
    "browser_action": {
        "default_icon": ".\/assets\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "BARTist"
    },
    "permissions": [
        "geolocation",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/api.bart.gov\/api\/*"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    }
}