MultiCopy Clipboard, Copy & Paste

Save infinite copies. Copy & Paste infinitely!

Wat is MultiCopy Clipboard, Copy & Paste?

MultiCopy Clipboard, Copy & Paste is een Chrome-extensie ontwikkeld door Sep Dev, en de belangrijkste functie is "Save infinite copies. Copy & Paste infinitely!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MultiCopy Clipboard, Copy & Paste

Download MultiCopy Clipboard, Copy & Paste-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam MultiCopy Clipboard, Copy & Paste MultiCopy Clipboard, Copy & Paste
ID fahoojlhneomlloahghepkcegggkpahh
Officiële URL https://chromewebstore.google.com/detail/multicopy-clipboard-copy/fahoojlhneomlloahghepkcegggkpahh
Beschrijving Save infinite copies. Copy & Paste infinitely!
Bestandsgrootte 559 KB
Aantal Installaties 13,214
Huidige Versie 4.0.0
Laatst Bijgewerkt 2022-09-29
Publicatiedatum 2019-10-22
Beoordeling 3.37/5 Totaal 63 Beoordelingen
Ontwikkelaar Sep Dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}