MultiCopies

Easy to Copy, Paste & Create Documents - Clipboard Manager

Was ist MultiCopies?

MultiCopies ist eine Chrome-Erweiterung, die von Shubeeksh Kumaran entwickelt wurde, und ihr Hauptmerkmal ist "Easy to Copy, Paste & Create Documents - Clipboard Manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MultiCopies-Erweiterungs-CRX-Datei herunterladen

Laden Sie MultiCopies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tired of Continuously Copy-Pasting Info from different websites to a document for projects, documentations, etc.  ???
 
MultiCopies is the solution !!!

Keep copying info from various sites 

MultiCopies stores this in the same order

Download the entire copy history as .txt or .doc (formatted by font & size)
OR
Copy everything or whichever you want and paste manually anywhere.

Additional Features :-
1) No Duplicate Copies.
2) Copy b/w Multiple Instances.
3) Stored permanently until user clears it.

Once done, Clear it

LIFE SIMPLIFIED !!!                    

Grundlegende Informationen zur Erweiterung

Name MultiCopies MultiCopies
ID lhkmphobkejdgjclenjalahbnieaenfa
Offizielle URL https://chromewebstore.google.com/detail/multicopies/lhkmphobkejdgjclenjalahbnieaenfa
Beschreibung Easy to Copy, Paste & Create Documents - Clipboard Manager
Dateigröße 54.24 KB
Installationsanzahl 107
Aktuelle Version 1.0.2
Letztes Update 2023-10-12
Veröffentlichungsdatum 2023-09-11
Bewertung 4.79/5 Insgesamt 19 Bewertungen
Entwickler Shubeeksh Kumaran
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiCopies",
    "version": "1.0.2",
    "description": "Easy to Copy, Paste & Create Documents - Clipboard Manager",
    "permissions": [
        "storage",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/Logo.png",
                "assets\/copy.png",
                "assets\/Title.JPG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/Logo.png",
            "24": "assets\/Logo.png",
            "32": "assets\/Logo.png"
        },
        "default_title": "MultiCopies",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/Logo.png",
        "48": "assets\/Logo.png",
        "128": "assets\/Logo.png"
    },
    "manifest_version": 3
}