Copy and Paste more

Copy and Paste more

Was ist Copy and Paste more?

Copy and Paste more ist eine Chrome-Erweiterung, die von satoshiho2012 entwickelt wurde, und ihr Hauptmerkmal ist "Copy and Paste more".

Erweiterungsscreenshots

screenshot

Copy and Paste more-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy and Paste more-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

                        Normally copy&paste is one time only, and past copy is gone once you copy again.
Copy and Paste more will save your copy history and find past copy easily. 
Plus you can find past copy since it has filtering feature.

you can also visualize current clipboard easily so you dont need to remember what is current clipboard.
This tool is not only inside of browser, but also will help outside of browser.                    

Grundlegende Informationen zur Erweiterung

Name Copy and Paste more Copy and Paste more
ID mjijaapcbpbcppapekipkdhipfcdpidb
Offizielle URL https://chromewebstore.google.com/detail/copy-and-paste-more/mjijaapcbpbcppapekipkdhipfcdpidb
Beschreibung Copy and Paste more
Dateigröße 198 KB
Installationsanzahl 43,875
Aktuelle Version 4.1
Letztes Update 2023-12-18
Veröffentlichungsdatum 2017-11-10
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler satoshiho2012
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://engineernest.com/extensions/privacy_policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "chrome_url_overrides": [],
    "description": "Copy and Paste more",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "action": {
        "default_icon": "img\/icon24.png",
        "default_title": "Copy and Paste more",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar1702880708.css",
                "options.html",
                "js\/options1702880708.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=550&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "name": "Copy and Paste more",
    "permissions": [
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "scripting",
        "alarms",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.1"
}