Coopy - Multiple Copy/Paste
Coopy - Extension for Multiple Copy/Paste
What is Coopy - Multiple Copy/Paste?
Coopy - Multiple Copy/Paste is a Chrome extension developed by http://coopy.li, and its main feature is "Coopy - Extension for Multiple Copy/Paste".
Extension Screenshots
Download Coopy - Multiple Copy/Paste Extension CRX File
Download Coopy - Multiple Copy/Paste 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
1. Enable extension 2. Select the necessary text and press the C key, select other necessary text and press the C key, over and over again 3. Go to the new document and press the V keys
Extension Basic Information
Name | |
ID | bgimpaahmlbpgfbfdmjjfmfehngechli |
Official URL | https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli |
Description | Coopy - Extension for Multiple Copy/Paste |
File Size | 62.46 KB |
Installation Count | 1,591 |
Current Version | 1.1 |
Last Updated | 2017-03-20 |
Publish Date | 2017-03-20 |
Rating | 3.13/5 Total 30 Ratings |
Developer | http://coopy.li |
Payment Type | free |
Extension Website | http://coopy.li/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coopy - Multiple Copy\/Paste", "version": "1.1", "manifest_version": 2, "description": "Coopy - Extension for Multiple Copy\/Paste", "background": { "persistent": true, "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js", "lib\/iziToast\/js\/iziToast.min.js" ], "css": [ "lib\/iziToast\/css\/iziToast.css" ], "run_at": "document_end", "all_frames": false } ], "icons": { "128": "images\/icons\/icon128.png" }, "browser_action": { "name": "click to enable", "default_icon": { "16": "images\/icons\/icon16off.png", "24": "images\/icons\/icon24off.png", "32": "images\/icons\/icon32off.png" } }, "permissions": [ "clipboardRead", "clipboardWrite", " |