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 | 
| 官方網址 | 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"
    }
}  |  |