DC Metro Tracker
View DC area train arrivals, metro alerts, and more.
DC Metro Trackerとは何ですか?
DC Metro TrackerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「View DC area train arrivals, metro alerts, and more.」です。
拡張機能のスクリーンショット
DC Metro Tracker拡張機能のCRXファイルをダウンロード
DC Metro Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For those who live in the Washington D.C. area! View upcoming trains, buses, Metro News, and alerts all from within your Chrome browser. Set your favorite train stops and buses and get upcoming arrivals based off data from the WMATA website.
拡張機能の基本情報
名前 | DC Metro Tracker |
ID | glpfleenmokbmipegdndleabhkecpbpb |
公式URL | https://chromewebstore.google.com/detail/dc-metro-tracker/glpfleenmokbmipegdndleabhkecpbpb |
説明 | View DC area train arrivals, metro alerts, and more. |
ファイルサイズ | 2.46 MB |
インストール数 | 56 |
現在のバージョン | 0.1 |
最終更新日 | 2013-09-23 |
公開日 | 2013-09-23 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DC Metro Tracker", "description": "View DC area train arrivals, metro alerts, and more. ", "version": "0.1", "options_page": "options.html", "manifest_version": 2, "icons": { "128": "images\/dc-metro-tracker-icon.png" }, "permissions": [ "http:\/\/*\/*", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "images\/dc-metro-tracker-icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/date.js", "js\/jquery-1.8.2.min.js", "js\/options.js", "js\/onAppInstall.js" ], "persistent": false } } |