1Click Save Screenshot

The fastest way to Save screenshots

What is 1Click Save Screenshot?

1Click Save Screenshot is a Chrome extension developed by https://1ce.org, and its main feature is "The fastest way to Save screenshots".

Extension Screenshots

Download 1Click Save Screenshot Extension CRX File

Download 1Click Save Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

Extension Basic Information

Name 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
Official URL https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
Description The fastest way to Save screenshots
File Size 54.57 KB
Installation Count 808
Current Version 1.4
Last Updated 2018-03-13
Publish Date 2018-03-13
Rating 3.33/5 Total 6 Ratings
Developer https://1ce.org
Email [email protected]
Payment Type free
Extension Website https://www.openscreenshot.com
Help Page URL https://www.openscreenshot.com
Privacy Policy Page URL https://www.webpagescreenshot.info/privacy.html
Supported Languages en
manifest.json
{
    "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"
    }
}