Take a screenshot, markup and annotate it. Easy share, anywhere
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"default_locale": "en",
"web_accessible_resources": [
{
"resources": [
"javascripts/*",
"icons/*",
"stylesheets/*"
],
"matches": [
"*://*.cloudhq.net/*",
"https://mail.google.com/*"
]
}
],
"commands": {
"start_desktop_screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+8",
"mac": "Command+Shift+8"
},
"global": true,
"description": "Start desktop screenshot"
},
"start_screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+9",
"mac": "Command+Shift+9"
},
"description": "Capture page"
},
"start_delayed_screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+0",
"mac": "Command+Shift+0"
},
"description": "Timed page capture"
},
"start_selected_screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+7",
"mac": "Command+Shift+7"
},
"description": "Capture selected area"
}
},
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"icons": {
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
},
"converted_from_user_script": true,
"externally_connectable": {
"matches": [
"*://*.cloudhq.net/*"
]
},
"action": {
"default_icon": "icons/gmail_screenshot.png",
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"exclude_globs": [],
"css": [
"stylesheets/jquery.dropdown.css",
"stylesheets/darkroom.css",
"stylesheets/popover.css"
],
"include_globs": [],
"js": [
"main_gmail_screenshot_impl.js",
"content.js"
],
"matches": [
"https://mail.google.com/*"
],
"run_at": "document_end"
},
{
"js": [
"cloudhq.js"
],
"matches": [
"https://www.cloudhq.net/*"
],
"run_at": "document_end"
}
],
"version": "2.0.2.9",
"description": "__MSG_appDetail__",
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"storage",
"background",
"desktopCapture",
"tabs",
"activeTab"
],
"host_permissions": [
"https://mail.google.com/",
"https://www.cloudhq.net/"
],
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}