Traffic Trend
Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
Cos'è Traffic Trend?
Traffic Trend è un'estensione di Chrome sviluppata da green.kelby, e la sua funzione principale è "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Traffic Trend
Scarica i file di estensione Traffic Trend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nhoonblgekanhciolgcmdkebbmjpfokm |
| URL Ufficiale | https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm |
| Descrizione | Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work. |
| Dimensione del File | 33.5 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-05-28 |
| Data di Pubblicazione | 2015-05-28 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | green.kelby |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |