BARTist
Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location
什么是BARTist?
BARTist是由Cathey & McAfee开发的Chrome扩展程序,该扩展的主要功能是“Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location”。
扩展截图
下载BARTist扩展crx文件
下载BARTist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | eplclajgcobhpagcgidociiiggafjbph | 
| 官方URL | https://chromewebstore.google.com/detail/bartist/eplclajgcobhpagcgidociiiggafjbph | 
| 简介 | Get current Bay Area Rapid Transit (BART) schedules from the browser based on your location | 
| 文件大小 | 1.14 MB | 
| 安装次数 | 17 | 
| 当前版本 | 0.2 | 
| 更新时间 | 2022-11-04 | 
| 上架时间 | 2016-12-04 | 
| 评分 | 5.00/5 共13次评分 | 
| 开发者 | Cathey & McAfee | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/david-mcafee/BARTist | 
| 支持的语言 | 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"
    }
}  |  |