NextMetro DC
This extension allows users to quickly check a specific DC Metro station's live train schedule.
Vad är NextMetro DC?
NextMetro DC är en Chrome-tillägg utvecklad av Brandon Funkhouser, och dess huvudfunktion är "This extension allows users to quickly check a specific DC Metro station's live train schedule.".
Tilläggsskärmbilder
Ladda ner NextMetro DC-förlängningens CRX-fil
Ladda ner NextMetro DC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The times are updated automatically every time the extension icon is clicked/loaded. Contact: http://brandonfunkhouser.com
Grundläggande Information om Tillägg
Namn | NextMetro DC |
ID | jipdcgkaiplnfnclenmndieledchnmhf |
Officiell webbadress | https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf |
Beskrivning | This extension allows users to quickly check a specific DC Metro station's live train schedule. |
Filstorlek | 74.41 KB |
Antal Installationer | 25 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-08-07 |
Publiceringsdatum | 2014-08-07 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Brandon Funkhouser |
Betalningssätt | free |
Stödda Språk | 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'" } |