Smart tab, a chrome extension designed to enhance tab management
smartTab
smartTab is a Chrome extension designed to enhance tab management, providing users with efficient tools to save, restore, and organize their browsing sessions. Public: https://chromewebstore.google.com/detail/smart-tab/ncnlpfkljbdoknakjhajcbmbnhcjoocl?utm_source=ext_app_menu
Installation
- Clone the repository:
git clone https://github.com/xiafei571/smartTab.git
- Open Chrome and navigate to
chrome://extensions/
. - Enable “Developer mode” (top right corner).
- Click “Load unpacked” and select the smartTab directory.
Features
- Automatic Tab Saving: Easily tidy up all your currently open tabs with a single click
- Tab Restoration: Easily reopen previously closed tabs.
- Organized Tab List: View closed tabs in a clean, organized list.
- Individual Tab Deletion: Remove specific tabs from the saved list.
- Bulk Clear Option: Clear all saved tabs at once.
- Expanded View: Access a full-window view of all closed tabs.
Project Structure
manifest.json
: Extension configuration and permissions.background.js
: Background processes for tab management and storage.popup.html
&popup.js
: Main extension interface and its functionality.closed_tabs.html
&closed_tabs.js
: Full-page view of closed tabs and its logic.
Usage Guide
- Install smartTab in Chrome.
- Click the smartTab icon to access recently closed tabs.
- Click on a listed tab to reopen it.
- Remove individual tabs using the “clear” button.
Contributing
We welcome contributions to improve smartTab. Feel free to submit pull requests or open issues for enhancements or bug reports.
License
This project is licensed under the MIT License.