WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Upload image from clipboard or URL

Upload image from clipboard or URL

View on Chrome Web Store
View Upload image from clipboard or URL Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

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

Upload images & files directly from a URL or the clipboard (ctrl+v), without needing to have them on your computer!
Type
Extension
Users
2,000 users
1K
goodthingscming
View author page of goodthingscming
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 10, 2020
Version 1.4.1
Manifest version
3
Updated
Updated on March 12, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Upload image from clipboard or URL 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",
    "description": "Upload images & files directly from a URL or the clipboard (ctrl+v), without needing to have them on your computer!",
    "version": "1.4.1",
    "name": "Upload image from clipboard or URL",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "public\/icon.png"
    },
    "icons": {
        "128": "public\/icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/**\/*.png",
                "public\/**\/*.jpg",
                "public\/*.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 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