GithubHelp home page GithubHelp logo

st-rnd / postwoman-extension Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hoppscotch/hoppscotch-extension

0.0 1.0 0.0 487 KB

Browser Extension to provide more capabilities to Postwoman

Home Page: https://postwoman.io/

License: MIT License

TypeScript 100.00%

postwoman-extension's Introduction

Postwoman Browser Extension

Get the add-on 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

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


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

Sponsor Postwoman: OpenCollective

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



made with ❤️ by andrew bastin

postwoman-extension's People

Contributors

andrewbastin avatar levrik avatar

Watchers

 avatar

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.