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 |
| Eメール | [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"
}
} | |