MultiCopy Clipboard, Copy & Paste
Save infinite copies. Copy & Paste infinitely!
Apa itu MultiCopy Clipboard, Copy & Paste?
MultiCopy Clipboard, Copy & Paste adalah ekstensi Chrome yang dikembangkan oleh Sep Dev, dan fitur utamanya adalah "Save infinite copies. Copy & Paste infinitely!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MultiCopy Clipboard, Copy & Paste
Unduh file ekstensi MultiCopy Clipboard, Copy & Paste dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | MultiCopy Clipboard, Copy & Paste |
ID | fahoojlhneomlloahghepkcegggkpahh |
URL Resmi | https://chromewebstore.google.com/detail/multicopy-clipboard-copy/fahoojlhneomlloahghepkcegggkpahh |
Deskripsi | Save infinite copies. Copy & Paste infinitely! |
Ukuran File | 559 KB |
Jumlah Instalasi | 13,214 |
Versi Saat Ini | 4.0.0 |
Terakhir Diperbarui | 2022-09-29 |
Tanggal Publikasi | 2019-10-22 |
Penilaian | 3.37/5 Total 63 Penilaian |
Pengembang | Sep Dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |