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: 4 months ago
JSON representation
Devtools extension, lets you locally edit files served from the web (based on mitmproxy).
- Host: GitHub
- URL: https://dutzi.github.io/tamper/
- Owner: dutzi
- License: mit
- Created: 2014-09-14T00:21:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:31:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:52:59.047Z (7 months ago)
- Language: JavaScript
- Homepage: http://dutzi.github.io/tamper
- Size: 41.2 MB
- Stars: 392
- Watchers: 16
- Forks: 36
- Open Issues: 30
-
Metadata Files:
- Readme: README.PUBLISH.md
- License: LICENSE
Awesome Lists containing this project
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).