Clipboard Manager — permissions and source code
A simple clipboard manager that stores your copied text locally - no browsing history access required
- Users
- 18
- Rating
- 5.0 / 5
- Version
- 1.1.3
- Updated
- September 17, 2025
- Size
- 69.64KiB
- Category
- Productivity
What this extension can access
These are the capabilities Clipboard Manager declares in its manifest. Each one is a fact about the shipped code, not a judgement about the extension.
Reaches your browsing content
clipboardReadRead whatever you have copied to the clipboard.
scriptingInject scripts into pages you visit.
Reaches browser state and activity
activeTabAccess the current tab, but only after you click the extension.
clipboardWriteWrite data to the clipboard.
Local to the extension
offscreenUse a hidden document for background work.
storageStore its own settings and data locally.
Get this extension's source code
Download the .crx package or unpack it to read the source, entirely in your browser.
Inside the package
| Manifest version | MV3 |
| Files | 22 |
| Unpacked size | 251.5 KiB |
| Download size | 69.6 KiB |
File types
json · 8js · 5png · 4html · 4md · 1
Code characteristics
- Content Security Policy:
script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net;
Domains referenced in the code
Hostnames that appear in this extension's files. A hostname here means the string is present in the code, not that data is necessarily sent to it.
cdn.jsdelivr.net