FromToGmap en

Calculation of distance between the default address and the selected address

FromToGmap en क्या है?

FromToGmap en cmoi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculation of distance between the default address and the selected address"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FromToGmap en एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}