Troubleshooting
Common issues and solutions for Umbrella Chrome extension.
Settings Not Saving
If your settings are being forgotten or reset to defaults:
Quick Fix
- Open the Umbrella popup
- Click Options
- Click Check Storage Health
- If issues are detected, click Repair Storage
- Reconfigure your settings
Common Causes
- Chrome sync issues
- Storage quota exceeded
- Extension permissions changed
- Browser profile corruption
Clipboard Not Working
If copying or pasting isn't working:
Verify Permissions
- Go to
chrome://extensions/ - Find "Umbrella - Copy All URLs"
- Check that "Clipboard Read" and "Clipboard Write" are enabled
- Reload the extension if permissions were just granted
Browser Restrictions
- Some clipboard operations require HTTPS
- Chrome may block clipboard access on certain pages
- Try from a regular webpage (not chrome:// pages)
Keyboard Shortcuts Not Working
If shortcuts aren't responding:
Check Shortcut Configuration
- Go to
chrome://extensions/shortcuts - Verify shortcuts are set for Umbrella
- Check for conflicts with other extensions
- Try different key combinations
Common Issues
- Shortcuts don't work on
chrome://pages (Chrome restriction) - Some key combinations are reserved by the OS
- Focus must be on a Chrome window
- Another extension may be using the same shortcut
URLs Not Detected When Pasting
If pasted content doesn't open tabs:
Supported Formats
Ensure your clipboard contains URLs in one of these formats:
- Plain text URLs (one per line)
- Markdown links:
[title](url) - HTML links:
<a href="url">title</a> - Quoted URLs:
"url"or'url'
Common Issues
- URLs must start with
http://orhttps:// - Multiple formats mixed in clipboard may cause parsing issues
- Very large clipboard content may timeout
Extension Badge Shows Error
Badge indicators and their meanings:
- ✓ (checkmark): Operation successful
- ! (exclamation): Warning or partial success
- ∅ (empty set): No URLs found to copy
- ⏳ (hourglass): Processing operation
If Badge Shows Error
- Check browser console for detailed error message
- Verify you have open tabs to copy
- Test clipboard access manually
- Try reloading the extension
Context Menu Not Appearing
If right-click menu items are missing:
- Check "Show context menu items" in Options is enabled
- Refresh the webpage after enabling
- Verify extension has proper permissions
- Restart Chrome if issue persists
Reporting Issues
If problems persist, you can report them through:
- GitHub Issues: Open an issue
- Email Support: clasicwebtools@gmail.com
Before Reporting
Please gather the following information:
- Check browser console (
F12→ Console) for errors - Note your Chrome version:
chrome://version/ - Note the extension version (visible in the popup)
- Document steps to reproduce the issue
Include in Your Report
- Chrome version
- Extension version (e.g., v1.11.0)
- Operating system (Windows, Mac, Linux)
- Steps to reproduce the issue
- Console error messages (if any)
- Expected behavior vs actual behavior
- Screenshots (if applicable)