Traffic Trend

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

¿Qué es Traffic Trend?

Traffic Trend es una extensión de Chrome desarrollada por green.kelby, y su función principal es "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Traffic Trend

Descarga archivos de extensión Traffic Trend en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
URL Oficial https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
Descripción Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Tamaño del Archivo 33.5 KB
Cantidad de Instalaciones 37
Versión Actual 1.2
Última Actualización 2015-05-28
Fecha de Publicación 2015-05-28
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador green.kelby
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}