Element marker

Element marker

Marks elements with a border and a badge containing the number of the click in the sequence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Element marker",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "Marks elements with a border and a badge containing the number of the click in the sequence.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "32": "icons/em32.png",
    "48": "icons/em48.png",
    "128": "icons/em128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}