FromToGmap en

Calculation of distance between the default address and the selected address

FromToGmap en란 무엇입니까?

FromToGmap en은(는) cmoi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculation of distance between the default address and the selected address"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FromToGmap en 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version ch.1.2 (2013-Nov-10) C.Moine
 - Multilanguage capacity for Popup,
 - Light version,
 - Screen size parameterisation

Version 1.1 (2013-Nov-01)
 - Multilanguage capacity,
 - Translation in french,
 - Capacity to use the result of the Distance calculation for the Map and for the Itinerary,
 - Options tab available on Popup screen

Version 1.0 (2013-Oct-09)
calculation of the distance and delay between reference address and highlighted address with the Google Map engine
- Possibility to choose between Km and Miles
- Fuel cost estimation
- Parameterization of 2 reference addresses
- Parameterization of the localization
- Possibility to have the itinerary and the map with Google Map                    

확장 프로그램 기본 정보

이름 FromToGmap en FromToGmap en
ID enhhhnblabhhkckaogpemndmblaonijl
공식 URL https://chrome.google.com/webstore/detail/fromtogmap-en/enhhhnblabhhkckaogpemndmblaonijl
설명 Calculation of distance between the default address and the selected address
파일 크기 350 KB
설치 횟수 62
현재 버전 1.2
최근 업데이트 2013-11-10
출시 날짜 2013-11-10
평점 4.67/5 총 3 개의 평점
개발자 cmoi
결제 유형 free
지원되는 언어 en,fr
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "content_security_policy": "script-src 'unsafe-eval' https:\/\/maps.google.com\/ https:\/\/*.googleapis.com\/ https:\/\/maps.gstatic.com\/ ; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/fromtogmap_icon_16_16.png",
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/fromtogmap_icon_128_128_new.png",
        "16": "img\/fromtogmap_icon_16_16.png",
        "48": "img\/fromtogmap_icon_48_48_new.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/FromToGmapStorage.js"
        ]
    },
    "manifest_version": 2
}