Podróżuj między Geoportal i Google Maps

Skrótem klawiszowym (Alt-Shift-D) otwiera lokalizację między Geoportal i Google Maps

What is Podróżuj między Geoportal i Google Maps?

Podróżuj między Geoportal i Google Maps is a Chrome extension developed by ptomaszek, and its main feature is "Skrótem klawiszowym (Alt-Shift-D) otwiera lokalizację między Geoportal i Google Maps".

Extension Screenshots

screenshot
screenshot

Download Podróżuj między Geoportal i Google Maps Extension CRX File

Download Podróżuj między Geoportal i Google Maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Skrótem klawiszowym (Alt-Shift-D) otwiera aktualną lokalizację z geoportal.gov.pl w Google Maps i na odwrót.

https://mapy.geoportal.gov.pl
https://www.google.pl/maps

Skrót można zmienić w chrome://extensions/shortcuts
Jeśli wtyczka nie działa, to na chwilę zmień skrót na inny i zapisz zmiany. Możesz teraz wrócić do dawnego.

Zgłaszanie błędów: https://github.com/ptomaszek/geoportalgovpl-to-googlemaps/issues                    

Extension Basic Information

Name Podróżuj między Geoportal i Google Maps Podróżuj między Geoportal i Google Maps
ID bmalpmchldgpfnonnkephcfpblhipdhm
Official URL https://chromewebstore.google.com/detail/podr%C3%B3%C5%BCuj-mi%C4%99dzy-geoportal/bmalpmchldgpfnonnkephcfpblhipdhm
Description Skrótem klawiszowym (Alt-Shift-D) otwiera lokalizację między Geoportal i Google Maps
File Size 26.34 KB
Installation Count 214
Current Version 2.2.0
Last Updated 2023-10-08
Publish Date 2020-12-01
Rating 3.67/5 Total 3 Ratings
Developer ptomaszek
Email [email protected]
Payment Type free
Extension Website https://github.com/ptomaszek/geoportalgovpl-to-googlemaps
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Podr\u00f3\u017cuj mi\u0119dzy Geoportal i Google Maps",
    "version": "2.2.0",
    "description": "Skr\u00f3tem klawiszowym (Alt-Shift-D) otwiera lokalizacj\u0119 mi\u0119dzy Geoportal i Google Maps",
    "homepage_url": "https:\/\/github.com\/ptomaszek\/geoportalgovpl-to-googlemaps",
    "icons": {
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/mapy.geoportal.gov.pl\/*",
                "https:\/\/*google.*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "96": "icons\/icon_96.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Przenie\u015b na drug\u0105 map\u0119"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/mapy.geoportal.gov.pl\/*",
        "https:\/\/google.com\/maps\/*",
        "https:\/\/google.pl\/maps\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    }
}