NextMetro DC

This extension allows users to quickly check a specific DC Metro station's live train schedule.

NextMetro DC là gì?

NextMetro DC là một tiện ích mở rộng Chrome được phát triển bởi Brandon Funkhouser, và tính năng chính của nó là "This extension allows users to quickly check a specific DC Metro station's live train schedule.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NextMetro DC

Tải xuống các tệp mở rộng NextMetro DC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The times are updated automatically every time the extension icon is clicked/loaded.

Contact: http://brandonfunkhouser.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NextMetro DC NextMetro DC
ID jipdcgkaiplnfnclenmndieledchnmhf
URL Chính Thức https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf
Mô tả This extension allows users to quickly check a specific DC Metro station's live train schedule.
Kích Thước Tệp 74.41 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-07
Ngày Phát Hành 2014-08-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Brandon Funkhouser
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}