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 扩展基本信息
| 名称 | |
| 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'"
} | |