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
公式URL 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\/"
    ]
}