MultiCopy Clipboard, Copy & Paste
Save infinite copies. Copy & Paste infinitely!
Vad är MultiCopy Clipboard, Copy & Paste?
MultiCopy Clipboard, Copy & Paste är en Chrome-tillägg utvecklad av Sep Dev, och dess huvudfunktion är "Save infinite copies. Copy & Paste infinitely!".
Tilläggsskärmbilder
Ladda ner MultiCopy Clipboard, Copy & Paste-förlängningens CRX-fil
Ladda ner MultiCopy Clipboard, Copy & Paste-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | MultiCopy Clipboard, Copy & Paste |
ID | fahoojlhneomlloahghepkcegggkpahh |
Officiell webbadress | https://chromewebstore.google.com/detail/multicopy-clipboard-copy/fahoojlhneomlloahghepkcegggkpahh |
Beskrivning | Save infinite copies. Copy & Paste infinitely! |
Filstorlek | 559 KB |
Antal Installationer | 13,214 |
Aktuell Version | 4.0.0 |
Senast Uppdaterad | 2022-09-29 |
Publiceringsdatum | 2019-10-22 |
Betyg | 3.37/5 Totalt 63 Betyg |
Utvecklare | Sep Dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |