BARTist

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

Cos'è BARTist?

BARTist è un'estensione di Chrome sviluppata da Cathey & McAfee, e la sua funzione principale è "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BARTist

Scarica i file di estensione BARTist 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

                        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                    

Informazioni di Base sull'Estensione

Nome BARTist BARTist
ID eplclajgcobhpagcgidociiiggafjbph
URL Ufficiale https://chromewebstore.google.com/detail/bartist/eplclajgcobhpagcgidociiiggafjbph
Descrizione Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location
Dimensione del File 1.14 MB
Conteggio Installazioni 17
Versione Corrente 0.2
Ultimo Aggiornamento 2022-11-04
Data di Pubblicazione 2016-12-04
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore Cathey & McAfee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/david-mcafee/BARTist
Lingue Supportate 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"
    }
}