Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://dutzi.github.io/tamper/

Devtools extension, lets you locally edit files served from the web (based on mitmproxy).
https://dutzi.github.io/tamper/

Last synced: 3 months ago
JSON representation

Devtools extension, lets you locally edit files served from the web (based on mitmproxy).

Lists

README

        

# PIP

1. Update the version in `mitmproxy-extension/tamper/version.py` and `mitmproxy-extension/tamper/tamper.py`.
2. Run `sudo python setup.py sdist bdist_wininst upload`

# Chrome Store

1. `grunt build` will build and zip a package (placing it in packages/)
2. Go to https://chrome.google.com/webstore/developer/dashboard and upload the zipped package.

The Chrome extension will get python extension's version via a message. If the major or minor numbers are different a message will show up asking the user to upgrade (the patch number can vary).