Eye Traffic - Lux traffic info
Traffic info on Luxemburg, Germany, Belgium
Eye Traffic - Lux traffic info là gì?
Eye Traffic - Lux traffic info là một tiện ích mở rộng Chrome được phát triển bởi http://geoking.fr, và tính năng chính của nó là "Traffic info on Luxemburg, Germany, Belgium".
Ả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 Eye Traffic - Lux traffic info
Tải xuống các tệp mở rộng Eye Traffic - Lux traffic info 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
Traffic info on Luxembourg Keep up on time to go home. Stay updated with traffic information in Luxemburg. Get information on real time using from main traffic providers: - Bison futé - SANEF - InfoRoute57 For belgium : - Mobilinfo.be - Trafiroutes wallonie For Germany: - Verkehrsinfo - SWR3 Toutes les suggestions sont les bienvenues!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kieaniodbboioemmcghcbkfgpmopffdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/eye-traffic-lux-info-traf/kieaniodbboioemmcghcbkfgpmopffdc |
Mô tả | Traffic info on Luxemburg, Germany, Belgium |
Kích Thước Tệp | 575 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2017-08-08 |
Ngày Phát Hành | 2017-08-08 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://geoking.fr |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.geoking.fr |
URL Trang Trợ Giúp | http://www.geoking.fr |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "2.1.1", "manifest_version": 2, "description": "__MSG_extension_description__", "homepage_url": "http:\/\/www.geoking.fr", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_locale": "fr", "background": { "page": "bg.html" }, "options_page": "dashboard.html", "browser_action": { "default_icon": "images\/16\/Box_Grey.png", "default_title": "__MSG_browser_action_tooltip_default__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com", "permissions": [ "tabs", "notifications", "http:\/\/*.etat.lu\/", "http:\/\/*.cita.lu\/", "http:\/\/*.rtl.lu\/", "https:\/\/*.lesfrontaliers.lu\/" ], "web_accessible_resources": [ "images\/logo48.png" ] } |