You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Include a source URL when copying text to clipboard. Use ALT+C or right-click > 'Copy with URL'. The URL will be prepended to the copied selection.",
"permissions": [
"contextMenus",
"scripting",
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"commands": {
"copy_with_url": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Copy URL along with selected text."