Clipboard Manager
A quick multi-paste tool from your contex menu.
What is Clipboard Manager?
Clipboard Manager is a Chrome extension developed by geoff.vherz, and its main feature is "A quick multi-paste tool from your contex menu.".
Extension Screenshots
Download Clipboard Manager Extension CRX File
Download Clipboard 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
A quick multi-paste tool from your context menu!
Extension Basic Information
Name | |
ID | nbkennpkceegagofdjjfkglgcgapnfop |
Official URL | https://chrome.google.com/webstore/detail/clipboard-manager/nbkennpkceegagofdjjfkglgcgapnfop |
Description | A quick multi-paste tool from your contex menu. |
File Size | 151 KB |
Installation Count | 2,000 |
Current Version | 2.0 |
Last Updated | 2018-02-14 |
Publish Date | 2018-02-12 |
Rating | 4.30/5 Total 10 Ratings |
Developer | geoff.vherz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipboard Manager", "description": "A quick multi-paste tool from your contex menu.", "version": "2.0", "permissions": [ "contextMenus", "activeTab", "clipboardRead", "clipboardWrite", "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |