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.”。
扩展截图
下载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 |
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\/" ] } |