OSM iD Browser Tools

OSM iD Browser Tools

For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "global.js",
        "script.js"
      ],
      "matches": [
        "http://*.openstreetmap.org/id",
        "https://*.openstreetmap.org/id"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "permissions": [
    "http://*/",
    "https://*/"
  ],
  "converted_from_user_script": false,
  "description": "For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.",
  "name": "OSM iD Browser Tools",
  "version": "1.32",
  "manifest_version": 2
}