Take a screenshot on any page and ask Claude about it.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"short_name": "Ask Claude",
"version": "0.0.3591",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"default_locale": "en",
"optional_host_permissions": [
"<all_urls>"
],
"host_permissions": [
"https://*.claude.ai/*",
"https://claude.ai/*"
],
"optional_permissions": [
"desktopCapture"
],
"permissions": [
"storage",
"scripting",
"contextMenus",
"activeTab"
],
"omnibox": {
"keyword": "cl"
},
"icons": {
"128": "128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://claude.ai/*"
],
"js": [
"isolated.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://claude.ai/*"
],
"js": [
"main.js"
],
"world": "MAIN",
"run_at": "document_start"
}
],
"commands": {
"1openPopup": {
"description": "Open Claude"
},
"actionA": {
"description": "@ Action A"
},
"actionB": {
"description": "@ Action B"
},
"actionC": {
"description": "@ Action C"
},
"actionD": {
"description": "@ Action D"
},
"actionE": {
"description": "@ Action E"
},
"actionF": {
"description": "@ Action F"
},
"actionG": {
"description": "@ Action G"
},
"actionH": {
"description": "@ Action H"
},
"actionI": {
"description": "@ Action I"
},
"actionJ": {
"description": "@ Action J"
},
"actionK": {
"description": "@ Action K"
},
"actionL": {
"description": "@ Action L"
},
"actionM": {
"description": "@ Action M"
},
"actionN": {
"description": "@ Action N"
},
"actionO": {
"description": "@ Action O"
},
"actionP": {
"description": "@ Action P"
},
"actionQ": {
"description": "@ Action Q"
},
"actionR": {
"description": "@ Action R"
},
"actionS": {
"description": "@ Action S"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}