WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Copy-n-Paste: Clipboard Upload Simplified

Copy-n-Paste: Clipboard Upload Simplified

View on Chrome Web Store
View Copy-n-Paste: Clipboard Upload Simplified Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (53 ratings)
2 new ratings
6 views
This extension has been viewed 6 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simplify uploading copied screenshots, images, files from your clipboard to webpages.
Type
Extension
Users
7,000 users
1K
kazcfz
View author page of kazcfz
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 3, 2024
Version 1.5.7.1
Manifest version
3
Updated
Updated on November 28, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Copy-n-Paste: Clipboard Upload Simplified Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy-n-Paste: Clipboard Upload Simplified",
    "version": "1.5.7.1",
    "description": "Simplify uploading copied screenshots, images, files from your clipboard to webpages.",
    "action": [],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html",
                "content.js",
                "media\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top