Giter Site home page Giter Site logo

andrewbastin / postwoman-firefox Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 251 KB

Firefox Extension for Postwoman

Home Page: https://postwoman.io/

License: MIT License

JavaScript 100.00%
postwoman firefox firefox-extension firefox-addon web-development api api-client developer-tools

postwoman-firefox's Introduction

NOTE : The code required for this extension to work is removed from Postwoman v1.9.5 and up

Postwoman Extension for Firefox

Get the add-on

Haven't tried Postwoman yet ? Try it at https://postwoman.io/


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

Building & Experimentation

  • Clone the repo
  • Run npm install
  • Run npm run build to generate the dist folder
  • Navigate to about:debugging in Firefox; Select This Firefox in the sidebar
  • Click on Load Temporary Add-on... and select the manifest.json in the generated dist folder
  • Open https://postwoman.io on Firefox and run queries. It will pass without CORS issues.

NOTE: If you are running Postwoman on a domain which is not https://postwoman.io or https://postwoman.netlify.com/ (for example when running Postwoman on localhost), this extension won't work as a security measure. To make it work, add your domain to manifest.json's matches array within the content_scripts array like so:

 "content_scripts": [
    {
      "matches": [
        "https://mydomainhere.com",
        
        "https://postwoman.io/",
        "https://postwoman.io/*",
        "https://postwoman.netlify.com/*",
        "https://postwoman.netlify.com/"
      ],
      "js": [ "index.js" ]
    }
  ],


Postwoman is built with help of an amazing group of people.
Contribute to Postwoman: https://github.com/liyasthomas/postwoman

Sponsor Postwoman: OpenCollective



made with ❤️ by andrew bastin

postwoman-firefox's People

Contributors

andrewbastin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

forksbot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.