LogForge Firefox

Examine source code of LogForge

提供元: David Vilaverde
Inspect and view changes in LogForge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LogForge",
  "version": "1.0.1",
  "description": "Generate server-style access logs from browser activity. All data stays in your browser—nothing is sent to external servers. Create realistic test data for log parsing pipelines in Apache, Nginx, Envoy, or CDN formats.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b8f3c2a1-4d5e-6f7a-8b9c-0d1e2f3a4b5c}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "permitted": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

ベストのLogForge代替案

LogForgeに類似したFirefox add-onをいくつか紹介します: