Clipou: Clipboard History Manager
Manage all your Clipps in one app
What is Clipou: Clipboard History Manager?
Clipou: Clipboard History Manager is a Chrome extension developed by Extensions And Co, and its main feature is "Manage all your Clipps in one app".
Extension Screenshots
Download Clipou: Clipboard History Manager Extension CRX File
Download Clipou: Clipboard History Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly manage and list copied text. Clipou will store the text you've copied across the web and allow you to manage it easily. Features : - Manage your ClipBoard history. - Add Clips by Ctrl + C or Click and Copy - Add your Clips as favorits. - Delete your Clips. Notes : - Clipou will ignore copied text from password fields. - You Must reopen Chrome after installation.
Extension Basic Information
Name | Clipou: Clipboard History Manager |
ID | npfghbanedhpdmbnnbiacklepppgfbid |
Official URL | https://chromewebstore.google.com/detail/clipou-clipboard-history/npfghbanedhpdmbnnbiacklepppgfbid |
Description | Manage all your Clipps in one app |
File Size | 104 KB |
Installation Count | 31 |
Current Version | 1.0.0 |
Last Updated | 2022-10-24 |
Publish Date | 2022-10-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Extensions And Co |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ] } ], "action": { "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } } } |