BARTist

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

Qu'est-ce que BARTist ?

BARTist est une extension Chrome développée par Cathey & McAfee, et sa fonction principale est "Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BARTist

Téléchargez les fichiers d'extension BARTist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BARTist BARTist
ID eplclajgcobhpagcgidociiiggafjbph
URL Officiel https://chromewebstore.google.com/detail/bartist/eplclajgcobhpagcgidociiiggafjbph
Description Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location
Taille du Fichier 1.14 MB
Nombre d'Installations 17
Version Actuelle 0.2
Dernière Mise à Jour 2022-11-04
Date de Publication 2016-12-04
Évaluation 5.00/5 Total 13 Évaluations
Développeur Cathey & McAfee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/david-mcafee/BARTist
Langues Prises en Charge 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"
    }
}