Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copy Link Path",
"version": "1.0.0",
"description": "Right-click any link to copy just its pathname (e.g., '\/about\/team') to clipboard. Great for developers.",
"permissions": [
"contextMenus",
"scripting",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/favicon-16x16.png",
"32": "icons\/favicon-32x32.png",
"192": "icons\/android-chrome-192x192.png"
},
"action": {
"default_title": "Copy Link Path - Right-click any link to copy its path"
}
}