Traffic Trend

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

Co je Traffic Trend?

Traffic Trend je rozšíření Chrome vyvinuté green.kelby, a jeho hlavní funkcí je „Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Traffic Trend

Stáhněte si soubory rozšíření Traffic Trend ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
Oficiální URL https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
Popis Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Velikost souboru 33.5 KB
Počet instalací 37
Aktuální Verze 1.2
Poslední Aktualizace 2015-05-28
Datum Vydání 2015-05-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář green.kelby
Typ Platby free
Podporované Jazyky 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\/"
    ]
}