clipboard_manager

ClipSuit

A professional clipboard history manager Chrome extension that captures and manages your clipboard snippets efficiently.

Features

Project Structure

clipboard_manager/
├── src/
│   ├── scripts/           # Core extension scripts
│   │   ├── background.js  # Service worker - handles history management
│   │   └── content.js     # Content script - listens for copy events
│   └── popup/            # Popup UI
│       ├── popup.html    # UI structure
│       ├── popup.css     # Styling
│       └── popup.js      # Popup logic
├── public/               # Static assets (if needed)
├── docs/                 # Documentation
├── tests/                # Test files
├── manifest.json         # Extension configuration
├── package.json          # Project metadata and dependencies
├── .gitignore           # Git ignore rules
└── README.md            # This file

Development

Installation

  1. Clone or download this project
  2. Install dependencies (optional for development):
    npm install
    

Loading the Extension

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable Developer mode (toggle in top-right)
  3. Click Load unpacked
  4. Select the clipboard_manager folder
  5. The extension will appear in your extensions menu

Usage

Technical Details

Future Enhancements

License

MIT

Support

For issues or feature requests, please create an issue in the repository.