Skip to content

massimiliano76/postwoman-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/postwoman-io/postwoman

Sponsor Postwoman: OpenCollective

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



Happy Coding!!! ❤️

About

Browser Extension to provide more capabilities to Postwoman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.6%
  • JavaScript 41.4%