frigus02 / RESTer

A REST client for almost any web service (Firefox and Chrome Extension)
https://addons.mozilla.org/firefox/addon/rester
MIT License
343 stars 32 forks source link
addon chrome extension firefox http-client rest-client

RESTer

Build Status

A REST client for almost any web service.

Download for: Firefox | Chrome

You can...

The add-on supports the following goodies:

It requires a few permissions to do this. Which permissions and why?

Develop

Prerequisites

The project requires:

Install all other dependencies with the command:

yarn install

Run locally

To build the add-on run:

yarn start

This will generate a working add-on in the folder build. It will also watch files for changes and update the folder accordingly.

To load the add-on in the browser:

Package

To create packages for AMO and the Chrome Web Store run:

yarn build
yarn lint
yarn test
yarn test:e2e
yarn package

Afterwards you will find the generated files in the folder package.

Contributors