Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created March 24, 2026 22:16
Show Gist options
  • Select an option

  • Save CostaFot/df587d72cdf375282309c0701455326e to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/df587d72cdf375282309c0701455326e to your computer and use it in GitHub Desktop.
{
"manifest_version": 3,
"name": "Ask Claude",
"version": "1.0",
"description": "Right-click selected text to ask Claude",
"permissions": ["contextMenus"],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["https://claude.ai/*"],
"js": ["content.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment