MapMe

Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.

MapMe क्या है?

MapMe https://frameworkscentral.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'."।

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

screenshot

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

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

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

                        Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. It doesn't need to be an exact address as other plugins require since Google Maps is smart enough to resolve landmarks like "Hollywood".

Translation help needed! If you could provide translation for the description (the text above), Chrome users around the world will certainly appreciate it! Thanks in advance!                    

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

नाम MapMe MapMe
ID pkeibkoopkkbbkgdegbbkjlgmomklbpf
आधिकारिक URL https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf
विवरण Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
फ़ाइल का आकार 29.59 KB
स्थापना संख्या 10,543
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2013-06-15
प्रकाशन तिथि 2013-06-15
रेटिंग 4.14/5 कुल 42 रेटिंग्स
डेवलपर https://frameworkscentral.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ en,es,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.6",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "minimum_chrome_version": "18.0.0.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'"
}