Vietnamese | English | 日本語
---- Auto-save: Automatically save text when using Ctrl+C
- Manual save: Save selected text via right-click
- Smart classification: Support 2 storage types - temporary and permanent
- Smart tagging: Display "temp" tag for temporary clipboards
- Dark/Light Mode: Support 3 interface modes (Light/Dark/System)
- Multi-language: Support Vietnamese and English
- Responsive: Optimized interface for all screen sizes
- Modern colors: Beautiful and professional color scheme
- Real-time search: Fast search in clipboard list
- Smart counter: Display number of saved clipboards
- Quick copy: Copy text back with one click
- Smart delete: Delete individual items or all with confirmation
- "Save to Device" Toggle:
- ON: New clipboards → permanent storage (no temp tag, won't lose when browser closes)
- OFF: New clipboards → temporary storage (with temp tag, lost when browser closes)
- Download: Export all list to .txt file
- Unlimited: Save unlimited clipboards
copyloadtutorial.mp4
- Download ZIP file from releases or other sources
- Extract ZIP file to desired folder
- Open Chrome/Edge and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select folder containing extracted extension
- Done! Extension will appear on toolbar
- Visit Chrome Web Store
- Search for "CopyLoad"
- Click "Add to Chrome"
- Confirm installation
- Visit Microsoft Edge Add-ons
- Search for "CopyLoad"
- Click "Get"
- Confirm installation
- Select text on webpage
- Press Ctrl+C (or Cmd+C on Mac)
- Text will be saved automatically to list
- Check tag: If has "temp" tag = temporary storage, no tag = permanent storage
- Select text on webpage
- Right-click
- Choose "Save to Clipboard"
- Text will be saved permanently (no temp tag)
- ON: Auto-save when Ctrl+C
- OFF: Don't save when Ctrl+C
- ON: New clipboards → permanent storage (no temp tag, won't lose when browser closes)
- OFF: New clipboards → temporary storage (with temp tag, lost when browser closes)
- Click language dropdown (VN/EN)
- Select desired language
- Interface will change immediately
- Click theme dropdown (🌙)
- Choose mode: ☀️ Light / 🌙 Dark / 🖥️ System
- Interface will change immediately
- Enter keywords in search box
- Results display real-time
- Counter shows number of results
- Click "Copy" button next to clipboard
- Text will be copied to system clipboard
- Success notification will appear
- Click "Del" button next to clipboard
- Clipboard will be deleted from list
- Success notification will appear
- Click "Clear All" button
- Confirm in modal
- All clipboards will be deleted
- Click "Download" button
- .txt file will be downloaded
- Contains all saved clipboards
CopyLoad/
├── manifest.json # Extension configuration
├── background.js # Service worker for background processing
├── content.js # Content script for event listening
├── popup.html # Popup interface
├── popup.css # CSS for popup
├── popup.js # JavaScript for popup
├── icons/ # Icons folder
│ ├── icon16.png # 16x16 icon
│ ├── icon48.png # 48x48 icon
│ ├── icon128.png # 128x128 icon
│ └── icon.svg # Original SVG icon
├── README.md # Vietnamese guide
├── README_EN.md # English guide
└── LICENSE # MIT license
- Real-time counter: Display number of clipboards
- Classification: "Temp" tag for temporary clipboards
- Search: Support fast search functionality
- Persistent storage: Permanent storage in
chrome.storage.local - Session storage: Temporary storage in
chrome.storage.session - Auto-sync: Automatic sync between tabs
- Local storage: Data only stored on local machine
- No data transmission: No clipboard data sent to servers
- Minimal permissions: Only request necessary permissions
- Check permissions: Ensure extension has access to webpage
- Reload extension: Go to
chrome://extensions/and click "Reload" - Check console: Open DevTools to see errors
- Check toggle: Ensure "Save when Ctrl+C" toggle is ON
- Check webpage: Some websites may block copy events
- Try right-click: Use right-click to save manually
- Check "Save to Device" toggle:
- If OFF: Clipboards with "temp" tag will be lost when browser closes
- If ON: Clipboards will be saved permanently
- Check storage: Go to DevTools > Application > Storage
- Check "Save to Device" toggle: Must be OFF to have temp tags
- Reload extension: Go to
chrome://extensions/and click "Reload" - Check logic: Temp tags only show for clipboards in temp storage
We welcome all contributions! Please:
- Fork this repository
- Create new branch (
git checkout -b feature/AmazingFeature) - Commit changes (
git commit -m 'Add some AmazingFeature') - Push to branch (
git push origin feature/AmazingFeature) - Create Pull Request
- Create Issue with detailed description
- Attach screenshots if possible
- Describe steps to reproduce the bug
- Create Issue with "enhancement" label
- Describe in detail the desired feature
- Explain benefits of the feature
This project is distributed under the MIT license. See LICENSE file for more details.
Nguyen Ba Hoang - Supporting ideas
- 🌐 Website: anhhackta.com
- 📧 Email: contact@anhhackta.com
- 💬 Facebook: @anhhackta
- 💰 Support: PayPal
- 📂 GitHub: @anhhackta
If you like this extension, please:
- ⭐ Star this repository
- 📝 Leave a review on Chrome Web Store
- 💰 Support the author via PayPal
- 📢 Share with friends
Made with ❤️ by Nguyen Ba Hoang