Skip to content

A browse extension for copying HTTP request and response data.

Notifications You must be signed in to change notification settings

Higurashi-kagome/copy-http

Repository files navigation

Copy HTTP Extension

简体中文 | Chrome

A browse extension for copying HTTP request and response data. By setting rules, you can automatically copy request headers, response headers, URLs, request bodies, and request parameters to the clipboard.

Icon is from iconfont | sshhaa.

Features

  • Copy request headers
  • Copy response headers
  • Copy URLs
  • Copy request bodies
  • Copy request parameters
  • Support regex and JSONPath matching
  • Group rules management

Development

First, clone the repository and install dependencies, then run the development server:

pnpm install
pnpm dev
# or
npm install
npm run dev

Open your browser and load the appropriate development build. For example, if you are developing for Chrome with manifest v3, use: build/chrome-mv3-dev.

The extension is built with Plasmo framework. For more details, please refer to the official documentation.

Building for Production

Run the following command:

pnpm build
# or
npm run build

This will create a production bundle that's ready to be zipped and published to the stores.

Privacy

  • All data is processed locally in your browser
  • No data is uploaded to any server
  • Open source code, welcome to inspect and contribute

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

Support

If you have any questions or suggestions, please open an issue on GitHub.

About

A browse extension for copying HTTP request and response data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published