官方版

Add Menu Items

To add menu actions to the Tools menu or context menus or add options to the Rulesmenu:

  1. Create and execute a .REG file as follows:

    1. [HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\MenuExt\&YourMenuItemName]
    2. "Command"="YourExeName.exe"
    3. "Parameters"="Your Parameters To Pass To The EXE"
  2. Restart Fiddler.

谷歌翻译版

添加菜单项

Tools菜单或上下文菜单添加菜单操作,或向rules菜单添加选项

  1. 创建并执行一个.REG文件,如下所示:

    1. [HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\MenuExt\&YourMenuItemName]
    2. "Command"="YourExeName.exe"
    3. "Parameters"="Your Parameters To Pass To The EXE"
  2. 重新启动Fiddler。