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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}