Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Jan 6, 2021
1 parent 56c97ea commit d1700eb
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Hoppscotch Browser Extension

<a href="https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld">![Get the add-on](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)</a>
<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>

<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>

**Haven't tried Hoppscotch yet ? Try it at [https://hoppscotch.io/](https://hoppscotch.io/)**
Expand All @@ -12,42 +13,33 @@ This extension currently provides the following features to Hoppscotch.


### Building & Experimentation
- Setup a local copy of Hoppscotch repo [(Instructions)](https://github.com/hoppscotch/hoppscotch#developing-)
- 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)

<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)
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>


0 comments on commit d1700eb

Please sign in to comment.