百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

tamper

> 编程语言
开源

Devtools 扩展,允许您在本地编辑从 Web 服务的文件(基于 mitmproxy)。

389 stars0 点赞1 次浏览
访问官网GitHub

工具介绍

Devtools 扩展,允许您在本地编辑从 Web 服务的文件(基于 mitmproxy)。

Tamper

Important: This extensions stopped working a while ago I'm working on a fix, should be available soon!

Tamper is a Mitmproxy based devtools extension that lets you edit remote files locally and serve them directly to Chrome.

Using Tamper

Once installed, Tamper will add a new panel to your devtools, the "Tamper" panel. Similar to the Network panel, the Tamper panel shows you a list of all requests made by this page. Click on one of these network requests and the response Chrome got will open in your default editor. Make the changes you need and save the file. Once you hit refresh, Tamper will serve Chrome the file you just saved.

Tamper is based on the awesome Mitmproxy (man-in-the-middle proxy), or more precisely, libmproxy, its companion library that allows implementing powerful interception proxies.

Installing

  • Install Tamper's python script
pip install tamper
  • Install Tamper's devtools extension

Developing

Chrome Extension

$ cd chrome-extension
$ npm install
$ bower install

Add an unpacked extension to Chrome:

  1. Browse to about:extensions
  2. Check the "Developer mode" checkbox
  3. Click the "Load unpacked extension..." button
  4. Choose the "app" folder

A new extension has been added to Chrome, copy the new extension's id.

Open ~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.dutzi.tamper.json and add the extension's id to the allowed_origins list. Now restart Chrome.

Troubleshooting

Having issues installing Tamper? Check out the troubleshooting page.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言