Clipboard History Manager icon

Clipboard History Manager

by lunu.bounir

v0.3.1 Updated May 5, 2025 464KiB
CWS
293
Users
★ 3.38
8 reviews
#41848
of 207.5K
workflow
#9478 of 31.9K
⚠️Requests 1 sensitive permission

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.
Clipboard History Manager screenshot 1

Reviews

Loading reviews...

Permissions (6)

Permissions

clipboardRead Can read from your clipboard idle Can detect when you're away from the computer nativeMessaging Can communicate with programs on your computer scripting Can inject scripts into web pages storage Can store data locally in your browser unlimitedStorage

Details

Version 0.3.1
Updated May 5, 2025
Size 464KiB
First Seen Mar 30, 2026