WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Umbrella - Copy All URLs V3

Umbrella - Copy All URLs V3

View on Chrome Web Store
View Umbrella - Copy All URLs V3 Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Copy URLs from all tabs or selected tabs and paste to open them in new tabs.
Type
Extension
Users
5,000 users
1K
Clasicwebtools
View author page of Clasicwebtools
Published
Published on August 24, 2024
Version 1.7.1
Manifest version
3
Updated
Updated on March 28, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Umbrella - Copy All URLs V3 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",
    "name": "Umbrella - Copy All URLs V3",
    "version": "1.7.1",
    "manifest_version": 3,
    "description": "Copy URLs from all tabs or selected tabs and paste to open them in new tabs.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "Copy URLs to clipboard"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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