WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quick Copy Link

Quick Copy Link

View on Chrome Web Store
View Quick Copy Link Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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 page title and link together with one shortcut. Save time on your daily browsing and sharing tasks.
Type
Extension
Users
266 users
2
keumky3
View author page of keumky3
Published
Published on July 16, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on March 10, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Quick Copy Link 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,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.1.0",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage"
    ],
    "options_page": "options\/index.html",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "content\/index.iife.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.svg",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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