官方版
Add Menu Items
To add menu actions to the Tools menu or context menus or add options to the Rulesmenu:
Create and execute a .REG file as follows:
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\MenuExt\&YourMenuItemName]
"Command"="YourExeName.exe"
"Parameters"="Your Parameters To Pass To The EXE"
Restart Fiddler.
谷歌翻译版
添加菜单项
向Tools菜单或上下文菜单添加菜单操作,或向rules菜单添加选项
创建并执行一个.REG文件,如下所示:
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\MenuExt\&YourMenuItemName]
"Command"="YourExeName.exe"
"Parameters"="Your Parameters To Pass To The EXE"
重新启动Fiddler。