DC Metro Tracker
View DC area train arrivals, metro alerts, and more.
Co to jest DC Metro Tracker?
DC Metro Tracker to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „View DC area train arrivals, metro alerts, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DC Metro Tracker
Pobierz pliki rozszerzeń DC Metro Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
For those who live in the Washington D.C. area! View upcoming trains, buses, Metro News, and alerts all from within your Chrome browser. Set your favorite train stops and buses and get upcoming arrivals based off data from the WMATA website.
Podstawowe informacje o rozszerzeniu
Nazwa | DC Metro Tracker |
ID | glpfleenmokbmipegdndleabhkecpbpb |
Oficjalny URL | https://chromewebstore.google.com/detail/dc-metro-tracker/glpfleenmokbmipegdndleabhkecpbpb |
Opis | View DC area train arrivals, metro alerts, and more. |
Rozmiar pliku | 2.46 MB |
Liczba instalacji | 56 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-09-23 |
Data Publikacji | 2013-09-23 |
Ocena | 1.50/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DC Metro Tracker", "description": "View DC area train arrivals, metro alerts, and more. ", "version": "0.1", "options_page": "options.html", "manifest_version": 2, "icons": { "128": "images\/dc-metro-tracker-icon.png" }, "permissions": [ "http:\/\/*\/*", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "images\/dc-metro-tracker-icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/date.js", "js\/jquery-1.8.2.min.js", "js\/options.js", "js\/onAppInstall.js" ], "persistent": false } } |