Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Qu'est-ce que Traffic Trend ?
Traffic Trend est une extension Chrome développée par green.kelby, et sa fonction principale est "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Traffic Trend
Téléchargez les fichiers d'extension Traffic Trend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Traffic Trend |
ID | nhoonblgekanhciolgcmdkebbmjpfokm |
URL Officiel | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
Description | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
Taille du Fichier | 33.5 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-05-28 |
Date de Publication | 2015-05-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | green.kelby |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |