WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Copy Page Title As Link

Copy Page Title As Link

View on Chrome Web Store
View Copy Page Title As Link Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Copies the current tab's title as a link to that page
Type
Extension
Users
77 users
2
nathanbw
View author page of nathanbw
Published
Published on March 10, 2024
Version 1.0
Manifest version
3
Updated
Updated on March 10, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Copy Page Title As 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",
    "name": "Copy Page Title As Link",
    "description": "Copies the current tab's title as a link to that page",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "clipboardWrite",
        "tabs",
        "offscreen"
    ],
    "action": {
        "default_title": "Copy Page Title As Link",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "copy-title-as-link": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Copy the current tab's title as a link to that page"
        },
        "copy-title-as-org-mode-link": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Copy the current tab's title as an org-mode-formatted link to that page"
        },
        "copy-title-as-markdown-link": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Copy the current tab's title as a markdown-formatted link to that page"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}
© 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