Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.76 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.76 KB

Hoppscotch Browser Extension

Get the add-on Get the add-on

Haven't tried Hoppscotch yet ? Try it at https://hoppscotch.io/


This extension currently provides the following features to Hoppscotch.
  • Overrides CORS restrictions for cross-origin requests.

Building & Experimentation

  • Setup a local copy of Hoppscotch repo (Instructions)
  • Clone the repo
  • Then head into the manifest.json file and edit it to match this snippet below
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "https://hoppscotch.io/",
        "https://hoppscotch.io/*",
        "https://hoppscotch.netlify.com/*",
        "https://hoppscotch.netlify.com/"
      ],
      "js": [ "contentScript.js" ]
    }
  ],
  • 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)


Hoppscotch is built with the help of an amazing group of people.
Contribute to Hoppscotch: https://github.com/hoppscotch/hoppscotch

Sponsor Hoppscotch: OpenCollective

If you liked what you saw, please consider sponsoring, helps me keep the lights on!



Happy Coding!!! ❤️