OneClick Share Screenshot

The fastest way to share screenshots

What is OneClick Share Screenshot?

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

Extension Screenshots

Download OneClick Share Screenshot Extension CRX File

Download OneClick Share 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 share a screenshot.

☑ One click, and immediately you get a URL that you can share.

☑ 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 OneClick Share Screenshot OneClick Share Screenshot
ID bilhmoofdampcoaccakcdelibcaafopm
Official URL https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm
Description The fastest way to share screenshots
File Size 58.68 KB
Installation Count 233
Current Version 1.1
Last Updated 2018-03-13
Publish Date 2018-03-13
Rating 4.75/5 Total 4 Ratings
Developer https://1ce.org
Email [email protected]
Payment Type free
Extension Website http://www.openscreenshot.com
Help Page URL http://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": "OneClick Share Screenshot",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The fastest way to share screenshots",
    "homepage_url": "http:\/\/www.openscreenshot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to share screenshot"
    }
}