Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons/icon_19_inactive.png",
"default_popup": "popup.html",
"default_title": "Capture current page using qSnap"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!",
"homepage_url": "https://www.qsnapnet.com",
"icons": {
"16": "icons/icon_16.png",
"19": "icons/icon_19.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLgg65kFQah22x5CKwg5r99jAHyAjjLdI16FBtnAZYcjpr69AK5hZy6njhXlAMMNBB/zYwGw4jZEGdf9cIzKb2ym0IiiwiUEHpJg2zF8ZSSF2unl0R/6QRSP4zdUFpoVBvvcaniG724HuVn4pZdRTeQoHGcgmvrlYFjw2JmEFNcQIDAQAB",
"manifest_version": 2,
"name": "qSnap: Screen Capture, Screenshot, Annotation",
"permissions": [
"http://*/*",
"https://*/*",
"activeTab",
"tabs"
],
"short_name": "qSnap",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.4.1.6",
"web_accessible_resources": [
"editor/editor.html"
]
}