Traffic Trend

Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.

What is Traffic Trend?

Traffic Trend is a Chrome extension developed by green.kelby, and its main feature is "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".

Extension Screenshots

screenshot

Download Traffic Trend Extension CRX File

Download Traffic Trend extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
Official URL 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.
File Size 33.5 KB
Installation Count 37
Current Version 1.2
Last Updated 2015-05-28
Publish Date 2015-05-28
Rating 5.00/5 Total 3 Ratings
Developer green.kelby
Payment Type free
Supported Languages 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\/"
    ]
}