>>415
contextmenu.jsの.thread-tabs .tabの所に追加
```
  {
   "command": "favorites:add",
   "accelerator": "f"
  },
  {
   "command": "favorites:delete",
   "accelerator": "f"
  },
```