nvitaterna / set-head

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetHead

SetHead is a powerful Chrome application created for developers, testers, and tech enthusiasts who need to manipulate HTTP requests and responses effortlessly. With SetHead, you can customize headers, modify request payloads (coming soon!), and tweak response data (coming soon!) on the fly. Whether you're debugging, testing APIs, or experimenting with web development, SetHead offers a user-friendly interface to streamline your workflow and enhance your productivity.

This extension is available on the Chrome Web Store.

SetHead promo image

I built this as a developer-focused tool that I could use at my job daily for ease of development and testing.

  • Set headers for requests and responses
  • Manage groups of headers via profiles
  • Extension written in Typescript
  • Uses Manifest v3
  • No ads
  • Completely free

Upcoming Features:

  • import/export profiles
  • URL filters per profile
  • modify query parameters

SetHead - Modify HTTP request and responses.

Local Development

The easiest way to start with development is cloning this repository. Then run the following:

pnpm i
pnpm dev

Open your browser and load the unpacked extension. For example, the folder .output/chrome-mv3 will contain the dev build for Google Chrome.

This is a WXT Extension project. For further guidance, visit their Documentation

About

License:MIT License


Languages

Language:TypeScript 97.3%Language:JavaScript 1.9%Language:SCSS 0.4%Language:HTML 0.3%Language:Shell 0.0%