Description from extension meta
Custom right context menu,support side panel
Image from store
Description from store
# RightSearch
**Custom Context Menu Search** enables quick searching with the following features:
- Single search & batch search
- Open search panel in the sidebar
- Open search panel in-page
- Add custom search menus
- Group and manage search menus
### 1. How to Add a Custom Menu Search:
1. On the settings page, click **"New Menu"**;
2. Fill in your preferred name under "Menu Name," and enter the search URL in "Menu Content," e.g., `https://bing.com/search?ensearch=1&q={{q}}`;
3. Click **Save**.
### 2. How to Obtain the Search URL:
1. Find the search link of the target website. For example, Bing’s search link is:
`https://bing.com/search?ensearch=1&q=SearchContent`;
2. Replace `SearchContent` with `{{q}}` to get the menu URL:
`https://bing.com/search?ensearch=1&q={{q}}`.
### 3. Enable In-Page Search Panel
1. Click the **Settings** icon (top-right) and toggle **"Enable In-Page Search Panel"**;
2. Choose a shortcut key;
3. Use the shortcut key on the target webpage to open the search panel.
**Tip: If the shortcut doesn’t work on a webpage, refresh the page and try again.**