Version 1.0 View in Chrome Web Store
| https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg | |
| https://html2canvas.hertzen.com | https://hertzen.com | |
| https://github.com/niklasvh/html2canvas | https://github.com/cburgmer/rasterizeHTML.js | |
| http://jspdf.default.namespaceuri/ | http://www.w3.org/1999/02/22-rdf-syntax-ns# | |
| http://www.w3.org/1999/xhtml |
{ "name": "Full Page Snap - Capture Full Page Screenshots", "icons": { "16": "assets/images/icon16.png", "32": "assets/images/icon32.png", "48": "assets/images/icon48.png", "128": "assets/images/icon128.png" }, "action": { "default_icon": { "16": "assets/images/icon16.png", "24": "assets/images/icon24.png", "32": "assets/images/icon32.png" }, "default_title": "Capture Full Page Screenshot" }, "version": "1.0", "background": { "service_worker": "scripts/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Quickly capture entire web pages with Full Page Snap. Save full-page screenshots as high-quality images easily.", "permissions": [ "tabs", "activeTab", "scripting" ], "content_scripts": [ { "js": [ "screenshot/screenshot.js" ], "css": [ "screenshot/screenshot.css" ], "run_at": "document_idle", "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.