NextMetro DC

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

NextMetro DC क्या है?

NextMetro DC Brandon Funkhouser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows users to quickly check a specific DC Metro station's live train schedule."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NextMetro DC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}