Traffic Trend

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

什麼是Traffic Trend?

Traffic Trend是由green.kelby開發的Chrome擴展程式,該擴展的主要功能是“Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.”。

擴展截圖

screenshot

下載Traffic Trend擴展crx文件

下載Traffic Trend擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
官方網址 https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
簡介 Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
檔案大小 33.5 KB
安裝次數 37
目前版本 1.2
更新時間 2015-05-28
上架時間 2015-05-28
評分 5.00/5 共 3 次評分
開發者 green.kelby
付費類型 free
支援的語言 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\/"
    ]
}