Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.5", "name": "Div Capture: Screenshot Chrome Extension", "description": "Div Snap & Copy Web Captures", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "react-app-holder.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "Icons\/Icon 16.png", "32": "Icons\/Icon 32.png", "64": "Icons\/Icon 64.png", "128": "Icons\/Icon 128.png", "2000": "Icons\/Icon 2000.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "storage", "scripting", "notifications" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "Images\/*" ], "matches": [ "<all_urls>" ] } ] }