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 هو إضافة Chrome تم تطويرها بواسطة green.kelby، والميزة الرئيسية لها هي "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Traffic Trend
قم بتنزيل ملفات الامتداد Traffic Trend بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/" ] } |