Traffic Trend

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

Vad är Traffic Trend?

Traffic Trend är en Chrome-tillägg utvecklad av green.kelby, och dess huvudfunktion är "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".

Tilläggsskärmbilder

screenshot

Ladda ner Traffic Trend-förlängningens CRX-fil

Ladda ner Traffic Trend-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
Officiell webbadress https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
Beskrivning Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Filstorlek 33.5 KB
Antal Installationer 37
Aktuell Version 1.2
Senast Uppdaterad 2015-05-28
Publiceringsdatum 2015-05-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare green.kelby
Betalningssätt free
Stödda Språk 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\/"
    ]
}