Find In Map...

Find In Map...

This extension lets you query an ArcGIS Online web map to find features matching the selected text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find In Map...",
  "short_name": "Find In Map",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "description": "This extension lets you query an ArcGIS Online web map to find features matching the selected text.",
  "version": "0.0.2",
  "author": "Rob Dunfey @ gisconsultancy.com",
  "icons": {
    "16": "icon_16.ico",
    "32": "icon_32.ico",
    "128": "icon_128.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "options.js",
      "background.js"
    ]
  },
  "manifest_version": 2
}