map.geo.admin.ch Context Menu

map.geo.admin.ch Context Menu

Enables KML links to be opened in map.geo directly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "map.geo.admin.ch Context Menu",
  "description": "Enables KML links to be opened in map.geo directly",
  "version": "0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "openKML.js"
    ]
  },
  "manifest_version": 2
}