Datadog Log Highlighter Firefox

Examine source code of Datadog Log Highlighter

Inspect and view changes in Datadog Log Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Datadog Log Highlighter",
  "version": "1.1",
  "description": "Enhance your Datadog log viewing experience by highlighting important terms and patterns. Customize highlight colors, toggle full-line highlighting, and manage multiple highlight terms. Perfect for quickly spotting critical information in your logs.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://app.datadoghq.com/logs*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.datadoghq.com/logs*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "highlight.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pickr.min.js",
        "classic.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lulukun678@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "author": "Viktors Tiunovs",
  "homepage_url": "https://github.com/clivelewis/datadog-log-highlighter"
}

Best Datadog Log Highlighter Alternatives

Here are some Firefox add-ons that are similar to Datadog Log Highlighter: