All Projects → frigus02 → Rester

frigus02 / Rester

Licence: mit
A REST client for almost any web service (Firefox and Chrome Extension)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rester

Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+211.46%)
Mutual labels:  extension, addon, chrome, firefox
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+141.67%)
Mutual labels:  extension, addon, chrome, firefox
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-11.46%)
Mutual labels:  extension, chrome, firefox
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-70.83%)
Mutual labels:  extension, chrome, firefox
Podstation
podStation is a web podcast aggregator for Chrome.
Stars: ✭ 76 (-60.42%)
Mutual labels:  extension, addon, chrome
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-75%)
Mutual labels:  extension, chrome, firefox
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (-16.15%)
Mutual labels:  addon, chrome, firefox
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-61.46%)
Mutual labels:  extension, chrome, firefox
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-40.1%)
Mutual labels:  extension, chrome, firefox
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-5.21%)
Mutual labels:  extension, chrome, firefox
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (-35.42%)
Mutual labels:  extension, chrome, firefox
Advent Of Code Charts
Inject charts in your private leaderboard page for Advent of Code
Stars: ✭ 46 (-76.04%)
Mutual labels:  extension, chrome, firefox
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+414.06%)
Mutual labels:  extension, chrome, firefox
Firessh
free, cross-platform SSH terminal client for Firefox and Chrome
Stars: ✭ 173 (-9.9%)
Mutual labels:  addon, chrome, firefox
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+4284.38%)
Mutual labels:  extension, chrome, firefox
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+4105.73%)
Mutual labels:  extension, chrome, firefox
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (-28.65%)
Mutual labels:  extension, addon, firefox
Web Developer
A browser extension that adds various web developer tools to a browser.
Stars: ✭ 532 (+177.08%)
Mutual labels:  extension, chrome, firefox
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (+190.63%)
Mutual labels:  extension, chrome, firefox
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-47.4%)
Mutual labels:  extension, chrome, firefox

RESTer

Build Status

A REST client for almost any web service.

Download for: Firefox | Chrome

You can...

  • perform HTTP requests with any method, URL, body and custom headers.
  • save favorite requests and organize them in collections.
  • view a history of your requests, which includes the full request and response.

The add-on supports the following goodies:

  • Create and save your authorization headers with Basic, OAuth 2 or Cookie authentication.
  • Use placeholders in saved requests.
  • Use shortcuts for the frequently used actions (try pressing "?" to see the available shortcuts for the current context).

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

Develop

Prerequisites

The project requires:

  • node >= 10
  • yarn >= 1

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:

  • Firefox: Go to about:debugging, click on "Load Temporary Add-on..." and select the file manifest.json inside the .build folder.
  • Chrome: Go to chrome://extensions, make sure "Developer mode" is turned on, click on "Load unpacked" and select the folder .build.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].