curl Command Parser Firefox

Examine source code of curl Command Parser

Inspect and view changes in curl Command Parser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "curl Command Parser",
  "version": "2.0.1.0",
  "description": "Paste a curl command and see it broken down: method, URL, headers, body (pretty-printed JSON), auth and flags, plus an equivalent fetch() snippet you can copy. Offline.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e078afcf-5200-40cd-8f48-75f807d75020}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "curl Command Parser",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Meilleures alternatives curl Command Parser

Voici quelques Firefox add-ons qui sont similaires à curl Command Parser :