ShareX

Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.

What is ShareX?

ShareX is a Chrome extension developed by https://getsharex.com, and its main feature is "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".

Extension Screenshots

screenshot

Download ShareX Extension CRX File

Download ShareX 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

                        Note: This extension is designed to be used in conjunction with the open-source application ShareX (https://getsharex.com) to integrate with the Chrome browser. This extension has no use for people who are not using ShareX.

If you are using ShareX, please go to "Application settings window -> Integration tab -> Chrome extension panel".                    

Extension Basic Information

Name ShareX ShareX
ID nlkoigbdolhchiicbonbihbphgamnaoc
Official URL https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc
Description Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
File Size 18.52 KB
Installation Count 56,763
Current Version 2.0.0
Last Updated 2023-11-16
Publish Date 2017-05-27
Rating 4.21/5 Total 80 Ratings
Developer https://getsharex.com
Email [email protected]
Payment Type free
Extension Website https://getsharex.com
Help Page URL https://github.com/ShareX/ShareX_Chrome/issues
Privacy Policy Page URL https://getsharex.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShareX",
    "version": "2.0.0",
    "description": "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.",
    "author": "ShareX Team",
    "homepage_url": "https:\/\/getsharex.com",
    "icons": {
        "16": "Icons\/ShareX-16.png",
        "48": "Icons\/ShareX-48.png",
        "128": "Icons\/ShareX-128.png"
    },
    "permissions": [
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "eventPage.js"
    }
}