NextMetro DC
This extension allows users to quickly check a specific DC Metro station's live train schedule.
NextMetro DCとは何ですか?
NextMetro DCはBrandon Funkhouserによって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to quickly check a specific DC Metro station's live train schedule.」です。
拡張機能のスクリーンショット
NextMetro DC拡張機能のCRXファイルをダウンロード
NextMetro DC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The times are updated automatically every time the extension icon is clicked/loaded. Contact: http://brandonfunkhouser.com
拡張機能の基本情報
名前 | NextMetro DC |
ID | jipdcgkaiplnfnclenmndieledchnmhf |
公式URL | https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf |
説明 | This extension allows users to quickly check a specific DC Metro station's live train schedule. |
ファイルサイズ | 74.41 KB |
インストール数 | 25 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-07 |
公開日 | 2014-08-07 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Brandon Funkhouser |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NextMetro DC", "description": "This extension allows users to quickly check a specific DC Metro station's live train schedule.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.wmata.com\/*", "storage" ], "icons": { "48": "icon48.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |