You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Re-add context menu items and initialize context menu on startup
This commit reintroduces the context menu items that were removed in a previous commit. It also ensures that the context menu is initialized when the background script starts.
- **Implementation:**
- Re-adds context menu items for "Summarize", "Explain", "Rephrase", "Translate", and "Custom" actions.
- Moves the context menu creation logic into the `initialize` function.
- Calls the `initialize` function at the end of the background script to ensure context menus are created on startup.
0 commit comments