ArcGIS Item-Id Extractor

ArcGIS Item-Id Extractor

Provices a context menu to extract the item-id from a url to the item details page

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ArcGIS Item-Id Extractor",
  "description": "Provices a context menu to extract the item-id from a url to the item details page",
  "version": "0.3",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "arcgis_item_id_extractor.js"
    ]
  },
  "icons": {
    "16": "clippy-16.png",
    "48": "clippy-48.png",
    "128": "clippy-128.png"
  },
  "manifest_version": 2
}