ShareX

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

Qu'est-ce que ShareX ?

ShareX est une extension Chrome développée par https://getsharex.com, et sa fonction principale est "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ShareX

Téléchargez les fichiers d'extension ShareX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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".                    

Informations de Base sur l'Extension

Nom ShareX ShareX
ID nlkoigbdolhchiicbonbihbphgamnaoc
URL Officiel https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc
Description Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Taille du Fichier 18.52 KB
Nombre d'Installations 56,763
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-11-16
Date de Publication 2017-05-27
Évaluation 4.21/5 Total 80 Évaluations
Développeur https://getsharex.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getsharex.com
URL de la Page d'Aide https://github.com/ShareX/ShareX_Chrome/issues
URL de la Page de Politique de Confidentialité https://getsharex.com/privacy-policy
Langues Prises en Charge 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"
    }
}