ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Wat is ShareX?
ShareX is een Chrome-extensie ontwikkeld door https://getsharex.com, en de belangrijkste functie is "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie ShareX
Download ShareX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | ShareX |
ID | nlkoigbdolhchiicbonbihbphgamnaoc |
Officiële URL | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
Beschrijving | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
Bestandsgrootte | 18.52 KB |
Aantal Installaties | 56,763 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2023-11-16 |
Publicatiedatum | 2017-05-27 |
Beoordeling | 4.21/5 Totaal 80 Beoordelingen |
Ontwikkelaar | https://getsharex.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://getsharex.com |
Help Pagina-URL | https://github.com/ShareX/ShareX_Chrome/issues |
URL van de Privacybeleid Pagina | https://getsharex.com/privacy-policy |
Ondersteunde Talen | 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" } } |