Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1Click Save Screenshot", "version": "1.4", "manifest_version": 2, "description": "The fastest way to Save screenshots", "homepage_url": "https:\/\/1ce.org", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "optional_permissions": [ "downloads" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to save screenshot" } }