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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Traffic Trend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |