Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoppscotch/hoppscotch-extension
🧩 Browser extensions to provide more capabilities to https://hoppscotch.io
https://github.com/hoppscotch/hoppscotch-extension
browser-extension chrome firefox graphql hacktoberfest hoppscotch hoppscotch-extension postwoman rest-api websocket
Last synced: 7 days ago
JSON representation
🧩 Browser extensions to provide more capabilities to https://hoppscotch.io
- Host: GitHub
- URL: https://github.com/hoppscotch/hoppscotch-extension
- Owner: hoppscotch
- License: mit
- Created: 2020-01-14T06:31:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:02:07.000Z (27 days ago)
- Last Synced: 2024-12-09T02:02:37.888Z (14 days ago)
- Topics: browser-extension, chrome, firefox, graphql, hacktoberfest, hoppscotch, hoppscotch-extension, postwoman, rest-api, websocket
- Language: TypeScript
- Homepage: https://hoppscotch.io
- Size: 997 KB
- Stars: 256
- Watchers: 7
- Forks: 101
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hoppscotch Browser Extension
| Chrome | Firefox |
|---|---|
| | |[Hoppscotch](https://github.com/hoppscotch/hoppscotch) is a community-driven end-to-end open-source API development ecosystem.
**Haven't tried Hoppscotch yet? Try it at [hoppscotch.io](https://hoppscotch.io)**
This extension provides the following features to Hoppscotch:
- [x] Overrides `CORS` restrictions for cross-origin requests (it allows requests against localhost).
> [!IMPORTANT]
> If you want to use the extension anywhere outside [the official Hoppscotch instance](https://hoppscotch.io) you may want to add the domain to the extension's origin list. You can access the origin list by clicking on the extension icon on your browser toolbar.### Development
We use [pnpm](https://pnpm.io) as our package manager. Please install it before proceeding.- Clone the repo
- Run `pnpm install`
- Run `pnpm run build:chrome` or `pnpm run build:firefox` depending on your browser to generate the *dist* folder
- Install the extension using your browser's install options (a quick Google search will yield the methods)Hoppscotch is built with the help of an amazing group of people.
Contribute to Hoppscotch: https://github.com/hoppscotch/hoppscotch
Sponsor Hoppscotch: [OpenCollective](https://opencollective.com/hoppscotch), [Github Sponsors](https://github.com/sponsors/hoppscotch)
If you liked what you saw, please consider sponsoring, helps me keep the lights on!
**Happy Coding!!! ❤️**