MultiCopy Clipboard, Copy & Paste
Save infinite copies. Copy & Paste infinitely!
What is MultiCopy Clipboard, Copy & Paste?
MultiCopy Clipboard, Copy & Paste is a Chrome extension developed by Sep Dev, and its main feature is "Save infinite copies. Copy & Paste infinitely!".
Extension Screenshots
Download MultiCopy Clipboard, Copy & Paste Extension CRX File
Download MultiCopy Clipboard, 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
MultiCopy Clipboard extension lets you copy as much text as you want, whenever you want, right from your browser. Never lose any copies, thanks to the integrated Chrome Storage, which stores all your copies on your device, even when you close the app. NEW: Use Alt+V to paste all copies NEW: Right click-menu to copy&paste! NEW: Use Alt+C to add copies to MultiCopy! NEW: All your copies are backed up in chrome, even when you close MultiCopy or Chrome! NEW: Design!
Extension Basic Information
Name | MultiCopy Clipboard, Copy & Paste |
ID | fahoojlhneomlloahghepkcegggkpahh |
Official URL | https://chromewebstore.google.com/detail/multicopy-clipboard-copy/fahoojlhneomlloahghepkcegggkpahh |
Description | Save infinite copies. Copy & Paste infinitely! |
File Size | 559 KB |
Installation Count | 13,214 |
Current Version | 4.0.0 |
Last Updated | 2022-09-29 |
Publish Date | 2019-10-22 |
Rating | 3.37/5 Total 63 Ratings |
Developer | Sep Dev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiCopy Clipboard, Copy & Paste", "description": "Save infinite copies. Copy & Paste infinitely!", "version": "4.0.0", "action": { "default_icon": "assets\/icon_128_mc_4.png", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "commands": { "copy_to_clipboard": { "suggested_key": { "default": "Alt+C", "chromeos": "Alt+C" }, "description": "Copy selected text to MultiCopy Clipboard" }, "paste_all_copies": { "suggested_key": { "default": "Alt+V" }, "description": "Copy all saved copies at once" } }, "icons": { "16": "assets\/icon_128_mc_4.png", "128": "assets\/icon_128_mc.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "notifications", "scripting" ] } |