-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8209e3c
commit 2248b1a
Showing
1 changed file
with
14 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,33 @@ | ||
# Hoppscotch Browser Extension | ||
|
||
<a href="https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld">![Get the add-on](https://storage.googleapis.com/chrome-gcs-uploader.appspot.com/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png)</a> | ||
| Chrome | Firefox | | ||
|---|---| | ||
| <a href="https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld"><picture><source media="(prefers-color-scheme: dark)" srcset="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/chrome-badge-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/chrome-badge-light.svg"><img alt="Firefox" src="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/chrome-badge-light.svg"></picture></a> | <a href="https://addons.mozilla.org/en-US/firefox/addon/hoppscotch/"><picture><source media="(prefers-color-scheme: dark)" srcset="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/firefox-badge-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/firefox-badge-light.svg"><img alt="Firefox" src="https://gist.githubusercontent.com/liyasthomas/f65059863bfd701559aebe3257ec9cc8/raw/54d5c1457fd54f15f968b39bdf2aba1c4f8b452b/firefox-badge-light.svg"></picture></a> | | ||
|
||
<a href="https://addons.mozilla.org/en-US/firefox/addon/hoppscotch/">![Get the add-on](https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_2.png)</a> | ||
[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 [https://hoppscotch.io/](https://hoppscotch.io/)** | ||
**Haven't tried Hoppscotch yet? Try it at [hoppscotch.io](https://hoppscotch.io)** | ||
|
||
<br /> | ||
This extension currently provides the following features to Hoppscotch. | ||
This extension provides the following features to Hoppscotch: | ||
|
||
- Overrides CORS restrictions for cross-origin requests (it allows requests against localhost). | ||
- [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. | ||
### Building & Experimentation | ||
- Clone the repo | ||
### Development | ||
|
||
- Clone the repo | ||
- Run `npm install` | ||
|
||
- Run `npm run build` to generate the *dist* folder | ||
- Install the extension using your browser's install options (a quick Google search will yield the methods) | ||
|
||
- Install the extension using your browser's install options (a quick google search will yield the methods) | ||
|
||
<br /> | ||
|
||
**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.** | ||
|
||
<br /> | ||
<br /> | ||
Hoppscotch is built with the help of an amazing group of people. | ||
<br /> | ||
|
||
Contribute to Hoppscotch: <a href="https://github.com/hoppscotch/hoppscotch">https://github.com/hoppscotch/hoppscotch</a> | ||
<br/> | ||
|
||
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! | ||
|
||
<br /> | ||
<br /> | ||
|
||
<p align="center"><b>Happy Coding!!! ❤️</b></p> | ||
|
||
|
||
**Happy Coding!!! ❤️** |