Gmail Quick Filter is a Chrome extension that enhances your Gmail experience by allowing you to quickly filter emails from a selected sender. With a single click or keyboard shortcut, you can view all emails from the sender of your currently selected email.
- Adds a "Quick Filter" button to the Gmail toolbar
- Provides a keyboard shortcut (Ctrl+Shift+F or Cmd+Shift+F on Mac) for quick filtering
- Works with both selected emails in the inbox and open emails
- Seamlessly integrates with Gmail's interface
- Clone this repository or download the source code.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- In Gmail, select an email by clicking its checkbox or open an email.
- Click the "Quick Filter" button in the Gmail toolbar, or use the keyboard shortcut (Ctrl+Shift+F or Cmd+Shift+F on Mac).
- The extension will automatically filter your inbox to show all emails from the selected sender.
manifest.json: Defines the extension's permissions and structure.content.js: Contains the main logic for the extension, including email selection and filtering.background.js: Handles the keyboard shortcut functionality.
To modify the extension:
- Make changes to the relevant files (
content.js,background.js, ormanifest.json). - Go to
chrome://extensions/in Chrome. - Click the refresh icon for the Gmail Quick Filter extension.
- Reload your Gmail tab to see the changes.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.