Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Traffic Trend là gì?
Traffic Trend là một tiện ích mở rộng Chrome được phát triển bởi green.kelby, và tính năng chính của nó là "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Traffic Trend
Tải xuống các tệp mở rộng Traffic Trend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Traffic Trend |
ID | nhoonblgekanhciolgcmdkebbmjpfokm |
URL Chính Thức | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
Mô tả | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
Kích Thước Tệp | 33.5 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-05-28 |
Ngày Phát Hành | 2015-05-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | green.kelby |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |