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", "name": "Full Page Screenshot: ScreenTool.io", "description": "Take Full Page Screenshots effortlessly, snip specific areas, and share in seconds.", "version": "2.9.0", "manifest_version": 3, "icons": { "16": "imgs\/icons\/icon16.png", "32": "imgs\/icons\/icon32.png", "48": "imgs\/icons\/icon48.png", "128": "imgs\/icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "short_name": "Screenshot", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "dist\/content.bundle.js" ] } ], "background": { "service_worker": "main-service-worker.js" }, "permissions": [ "activeTab", "storage", "scripting" ], "web_accessible_resources": [ { "resources": [], "matches": [ "<all_urls>" ], "extension_ids": [] } ] }