Open WebUI Context Menu 版本紀錄 - 1 個版本
Open WebUI Context Menu 作者: UnitedWeRide
Open WebUI Context Menu 版本紀錄 - 1 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 2.0.1
發行於 2025年10月18日 - 21.38 KB適用於 firefox 58.0 與更新版本OpenWebUI Context Menu – Version 2.0
Highlights- Custom Context Menu Items – Added ability to create unlimited custom context menu items with their own prompts and settings
- Rename Default Items – Users can now rename the default "Ask OpenWebUI (Prompt 1)" and "Ask OpenWebUI (Prompt 2)" menu items
- New "Add New" Button – Added a dedicated button in options to create new custom context menu items
- Maximum 2 Custom Items – Limit of 2 custom context menu items to maintain usability (total of 4 prompts: 2 defaults + 2 custom)
- Delete Functionality – Users can delete custom context menu items (default items cannot be deleted)
- Persistent Settings – All new features are saved in the existing settings structure and exported/imported with JSON
Options UI (options.html + options.js)- Added "Add New Context Menu Item" button to create custom prompts
- Custom context menus now have their own dedicated configuration section
- Each custom menu item has:
- Configurable title/name
- Custom prompt template
- Individual parameter settings (models, tools)
- Feature toggle settings (web-search, code-interpreter, etc.)
- Added delete functionality for custom items
- All existing functionality remains unchanged
Storage schema- No changes to core storage structure
- New
customContextMenusarray added to store custom menu configurations - Each custom menu item includes:
- Unique ID
- Title/name
- Prompt template
- Settings object with parameters and feature toggles
- Exported JSON now includes all custom context menus
User experience- Users can create up to 2 additional context menu items beyond the defaults
- Custom items appear in the right-click context menu alongside default items
- All settings are preserved when saving, exporting, or importing
- Default items cannot be deleted but can be renamed via their title field
Backward Compatibility- Existing installations will not be affected by this update
- All previous functionality continues to work exactly as before
- Exported settings from v2.0 can be imported into any future version that supports the format
原始碼依照 MIT License 條款釋出