MapJumper Plus

Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!

MapJumper Plus क्या है?

MapJumper Plus Tomas Kafka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!"।

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

screenshot

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

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

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

                        Do you want to check out same place on a different map service? Click an icon in your address bar and jump there!

Supports many worldwide map providers (Google maps, OpenStreetMap, Bing maps, Yandex maps, 2gis, wikimapia, mapy.cz) and both standard and satellite view.                    

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

नाम MapJumper Plus MapJumper Plus
ID mdhfopoodheacfapdohpmjndgnfmdecj
आधिकारिक URL https://chrome.google.com/webstore/detail/mapjumper-plus/mdhfopoodheacfapdohpmjndgnfmdecj
विवरण Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!
फ़ाइल का आकार 32.04 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.6.2
अंतिम अपडेट 2017-04-18
प्रकाशन तिथि 2017-04-18
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर Tomas Kafka
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MapJumper Plus",
    "version": "0.6.2",
    "description": "Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!",
    "icons": {
        "512": "material512.png",
        "128": "material128.png",
        "64": "material64.png",
        "32": "material32.png",
        "24": "material24.png",
        "16": "material16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/foursquare.com\/*",
                "*:\/\/www.google.com\/maps\/*",
                "*:\/\/www.google.co.uk\/maps\/*",
                "*:\/\/www.google.ru\/maps\/*",
                "*:\/\/www.google.com.ua\/maps\/*",
                "*:\/\/www.google.cz\/maps\/*",
                "*:\/\/maps.google.com\/*",
                "*:\/\/maps.google.ru\/*",
                "*:\/\/maps.google.com.ua\/*",
                "*:\/\/maps.google.co.uk\/*",
                "http:\/\/openstreetmap.org\/*",
                "http:\/\/www.openstreetmap.org\/*",
                "*:\/\/www.bing.com\/maps\/*",
                "http:\/\/wikimapia.org\/*",
                "*:\/\/maps.yandex.ru\/*",
                "*:\/\/maps.yandex.ua\/*",
                "*:\/\/maps.yandex.com\/*",
                "*:\/\/harita.yandex.com\/*",
                "*:\/\/2gis.ua\/*",
                "*:\/\/2gis.ru\/*",
                "*:\/\/2gis.com\/*",
                "*:\/\/2gis.com.cy\/*",
                "*:\/\/mapy.cz\/*"
            ],
            "js": [
                "mapProviders.js",
                "mapjumper_content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Jump to other Maps!",
        "default_icon": "material64.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self';"
}