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

Copy Link

View on Chrome Web Store
View Copy Link Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (90 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 links and page urls with text from context menu
Type
Extension
Users
10,000 users
axmet180
View author page of axmet180
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 1, 2015
Version 6.1.3
Manifest version
3
Updated
Updated on December 8, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View 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,
    "name": "__MSG_extName__",
    "version": "6.1.3",
    "description": "__MSG_descr__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/*"
            ],
            "js": [
                "vendor\/honeybadger.ext.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/link16.png",
        "48": "icons\/link48.png",
        "128": "icons\/link128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_icon": "icons\/link48.png"
    }
}
© 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