Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Co to jest Traffic Trend?
Traffic Trend to rozszerzenie Chrome opracowane przez green.kelby, a jego główną funkcją jest „Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Traffic Trend
Pobierz pliki rozszerzeń Traffic Trend 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
Specify a start address and a destination address, and Traffic Trend keeps track of the traffic conditions between the two locations. The current travel time is always displayed in a badge on the extension's icon, and the icon changes color based on the current traffic trend. Great for deciding when to leave work.
Podstawowe informacje o rozszerzeniu
Nazwa | Traffic Trend |
ID | nhoonblgekanhciolgcmdkebbmjpfokm |
Oficjalny URL | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
Opis | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
Rozmiar pliku | 33.5 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-05-28 |
Data Publikacji | 2015-05-28 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | green.kelby |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Traffic Trend", "description": "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.", "version": "1.2", "browser_action": { "default_icon": "default.png", "default_popup": "popup.html" }, "background": { "scripts": [ "traffic.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com https:\/\/ecn.dev.virtualearth.net https:\/\/dev.virtualearth.net; object-src 'self'", "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/", "https:\/\/dev.virtualearth.net\/" ] } |