WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Clipboard History Manager

Clipboard History Manager

View on Chrome Web Store
View Clipboard History Manager Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (8 ratings)
30 views
This extension has been viewed 30 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A full-featured desktop clipboard manager for Mac, Windows and Linux to record what you copy to the clipboard
Type
Extension
Users
282 users
10
lunu.bounir
View author page of lunu.bounir
Published
Published on January 10, 2019
Version 0.3.1
Manifest version
3
Updated
Updated on May 5, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Clipboard History Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest
Clipboard History Manager Chrome Extension Image 2

Description

A powerful clipboard manager with a searchable database that can store hundreds of items without any performance drawbacks. This extension has a very simple native component written in c++ that monitors clipboard changes system-wide and notifies the extension about the changes. This way first the extension can monitor clipboard without polling (continuous check with fixed interval) and second it can get notified even if clipboard content is changed by a process out of your browser environment.

Modes:

  1. Collect clipboard inside browser (There is no need for the native component)
  2. Collect clipboard globally (Requires native component)

Notes:

  1. Each clipboard content can be up to 1Mbytes in size
  2. Each item is being indexed, so it can be searched later. The searching system is very powerful that supports wildcard matching and search operators like "OR" and "AND"
  3. Each clipboard entry can be pinned to prevent auto clean-up module from removing it if the total number of clipboards reach 1000 items.
  4. To search among pinned items append "keyword:pinned" to your search query
  5. To move an entry from the UI to the clipboard, press the Enter key or double-click on the entry.
  6. At this point, the extension does not support the automatic insertion of the clipboard content (the c++ component does not support it at this moment)
  7. The c++ component is compiled with https://travis-ci.org/lunu-bounir/clipboard-helper
  8. This extension is meant to replace the need to use native clipboard managers
  9. At this point, only Windows and Mac operating systems are supported. If you can help with Linux port, please open a GitHub bug report
  10. The extension supports query stemming in 20 languages.
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top