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