NextMetro DC

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

NextMetro DCคืออะไร?

NextMetro DC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Funkhouser และคุณลักษณะหลักของมันคือ "This extension allows users to quickly check a specific DC Metro station's live train schedule."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NextMetro DC

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}