Podróżuj między Geoportal i Google Maps Firefox

Examine source code of Podróżuj między Geoportal i Google Maps

Inspect and view changes in Podróżuj między Geoportal i Google Maps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Podróżuj między Geoportal i Google Maps",
  "version": "2.3.0",
  "description": "Skrótem klawiszowym (Alt-Shift-D) otwiera lokalizację między 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": {
    "scripts": [
      "ext_js/proj4-2.7.2.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "https://mapy.geoportal.gov.pl/*",
        "https://*google.*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_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ś na drugą mapę"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4d27a40-d35d-404b-9c6f-c96e43c93a70}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "https://mapy.geoportal.gov.pl/*",
    "https://google.com/maps/*",
    "https://google.pl/maps/*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      }
    }
  }
}

Best Podróżuj między Geoportal i Google Maps Alternatives

Here are some Firefox add-ons that are similar to Podróżuj między Geoportal i Google Maps: