Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Wat is Traffic Trend?
Traffic Trend is een Chrome-extensie ontwikkeld door green.kelby, en de belangrijkste functie is "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
Extensie Screenshots
Download het CRX-bestand van de extensie Traffic Trend
Download Traffic Trend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Traffic Trend |
ID | nhoonblgekanhciolgcmdkebbmjpfokm |
Officiële URL | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
Beschrijving | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
Bestandsgrootte | 33.5 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-05-28 |
Publicatiedatum | 2015-05-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | green.kelby |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |