Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
O que é Traffic Trend?
Traffic Trend é uma extensão do Chrome desenvolvida por green.kelby, e sua principal característica é "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Traffic Trend
Baixe arquivos de extensão Traffic Trend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Traffic Trend |
ID | nhoonblgekanhciolgcmdkebbmjpfokm |
URL Oficial | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
Descrição | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
Tamanho do Arquivo | 33.5 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.2 |
Última Atualização | 2015-05-28 |
Data de Publicação | 2015-05-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | green.kelby |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |