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, "name": "Handy Screenshot", "description": "An easy tool for taking screenshots (full screen \/ visible part \/ selected by yourself)", "version": "1.3.0", "author": "ohhandy.com", "icons": { "256": "logo.png" }, "action": { "default_icon": { "38": "logo.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "capture.html", "capture.js" ], "matches": [ "<all_urls>" ], "extension_ids": [] } ], "offline_enabled": true, "permissions": [ "storage", "scripting", "notifications", "contextMenus" ], "host_permissions": [ "<all_urls>" ] }