Splunk Log Formatter Firefox

Examine source code of Splunk Log Formatter

By: locpt
Inspect and view changes in Splunk Log Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Splunk Log Formatter",
  "version": "1.0.0",
  "description": "Format Splunk logs into table + JSON viewer",
  "browser_specific_settings": {
    "gecko": {
      "id": "locpt@ocb.com.vn",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://centrallog.ocb.vn/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/OMNI_Icon.png"
  }
}

Best Splunk Log Formatter Alternatives

Here are some Firefox add-ons that are similar to Splunk Log Formatter: