BARTist

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

Wat is BARTist?

BARTist is een Chrome-extensie ontwikkeld door Cathey & McAfee, en de belangrijkste functie is "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BARTist

Download BARTist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BARTist BARTist
ID eplclajgcobhpagcgidociiiggafjbph
Officiële URL https://chromewebstore.google.com/detail/bartist/eplclajgcobhpagcgidociiiggafjbph
Beschrijving Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location
Bestandsgrootte 1.14 MB
Aantal Installaties 17
Huidige Versie 0.2
Laatst Bijgewerkt 2022-11-04
Publicatiedatum 2016-12-04
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar Cathey & McAfee
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/david-mcafee/BARTist
Ondersteunde Talen 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"
    }
}