NextMetro DC

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

Apa itu NextMetro DC?

NextMetro DC adalah ekstensi Chrome yang dikembangkan oleh Brandon Funkhouser, dan fitur utamanya adalah "This extension allows users to quickly check a specific DC Metro station's live train schedule.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NextMetro DC

Unduh file ekstensi NextMetro DC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Contact: http://brandonfunkhouser.com                    

Informasi Dasar Ekstensi

Nama NextMetro DC NextMetro DC
ID jipdcgkaiplnfnclenmndieledchnmhf
URL Resmi https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf
Deskripsi This extension allows users to quickly check a specific DC Metro station's live train schedule.
Ukuran File 74.41 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-07
Tanggal Publikasi 2014-08-07
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Brandon Funkhouser
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}