Quick Maps

Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!

Quick Maps क्या है?

Quick Maps http://www.quickmaps.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!"।

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

screenshot
screenshot

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

crx प्रारूप में Quick Maps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get a Google Map™ for any location in just a second.
Simply hover the mouse over an adress on any website and get a handy Google Map™ box right next to it.

Alternatively you can highlight a location name (e.g. New York) in a text, right-click and select "Search with QuickMaps".

Quick Maps currently works for the following address-formats:
• United States
• United Kingdom
• Germany
• France
• Spain
• Italy
• and many more...

We´ll be expanding the list of supported countries in the near future and make sure the automatic address detection will work more reliable
Since the add-on is brand new, please don´t be too harsh with your ratings.
We´d like to improve Quick Maps, so we´re happy about your feedback!                    

एक्सटेंशन की मूल जानकारी

नाम Quick Maps Quick Maps
ID bgbojmobaekecckmomemopckmeipecij
आधिकारिक URL https://chrome.google.com/webstore/detail/bgbojmobaekecckmomemopckmeipecij
विवरण Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!
फ़ाइल का आकार 56.82 KB
स्थापना संख्या 17,407
वर्तमान संस्करण 2.3
अंतिम अपडेट 2015-05-01
प्रकाशन तिथि 2015-05-01
रेटिंग 3.96/5 कुल 239 रेटिंग्स
डेवलपर http://www.quickmaps.me
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.quickmaps.me
सहायता पृष्ठ URL http://www.quickmaps.me/about.php
समर्थित भाषाएँ de,en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "http:\/\/www.quickmaps.me",
    "default_locale": "en",
    "version": "2.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tooltip.css"
            ],
            "js": [
                "js\/config.js",
                "js\/debug.js",
                "js\/request.js",
                "js\/dom_handle.js",
                "js\/init.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/install.js",
            "js\/context_menu.js"
        ]
    }
}