Traffic Trend

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

Apa itu Traffic Trend?

Traffic Trend adalah ekstensi Chrome yang dikembangkan oleh green.kelby, dan fitur utamanya adalah "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Traffic Trend

Unduh file ekstensi Traffic Trend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
URL Resmi https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
Deskripsi Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Ukuran File 33.5 KB
Jumlah Instalasi 37
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-05-28
Tanggal Publikasi 2015-05-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang green.kelby
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}