Postman Extension is a Chrome extension that mimics the functionality of Postman for API testing. It allows you to send HTTP requests and view the responses directly from your browser.
- Send HTTP requests (GET, POST, PUT, DELETE)
- Add custom headers and body in JSON format
- View responses directly in the extension popup
- Node.js (v14 or later)
- npm (v6 or later)
- Google Chrome browser
- Next.js: Framework for building React applications
- React: JavaScript library for building user interfaces
- TypeScript: Typed superset of JavaScript
- Axios: Promise-based HTTP client
- Chrome Extension APIs
npm install npm run build-extension
git clone https://github.com/yourusername/postman-extension.git
cd postman-extension