Eye Traffic - Lux traffic info

Traffic info on Luxemburg, Germany, Belgium

什麼是Eye Traffic - Lux traffic info?

Eye Traffic - Lux traffic info是由http://geoking.fr開發的Chrome擴展程式,該擴展的主要功能是“Traffic info on Luxemburg, Germany, Belgium”。

擴展截圖

screenshot

下載Eye Traffic - Lux traffic info擴展crx文件

下載Eye Traffic - Lux traffic info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Eye Traffic - Lux traffic info Eye Traffic - Lux traffic info
ID kieaniodbboioemmcghcbkfgpmopffdc
官方網址 https://chrome.google.com/webstore/detail/eye-traffic-lux-info-traf/kieaniodbboioemmcghcbkfgpmopffdc
簡介 Traffic info on Luxemburg, Germany, Belgium
檔案大小 575 KB
安裝次數 38
目前版本 2.1.1
更新時間 2017-08-08
上架時間 2017-08-08
評分 3.83/5 共 6 次評分
開發者 http://geoking.fr
付費類型 free
擴展官網 http://www.geoking.fr
說明頁面URL http://www.geoking.fr
支援的語言 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"
    ]
}