ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
¿Qué es ShareX?
ShareX es una extensión de Chrome desarrollada por https://getsharex.com, y su función principal es "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ShareX
Descarga archivos de extensión ShareX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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".
Información Básica de la Extensión
Nombre | ShareX |
ID | nlkoigbdolhchiicbonbihbphgamnaoc |
URL Oficial | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
Descripción | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
Tamaño del Archivo | 18.52 KB |
Cantidad de Instalaciones | 56,763 |
Versión Actual | 2.0.0 |
Última Actualización | 2023-11-16 |
Fecha de Publicación | 2017-05-27 |
Calificación | 4.21/5 Total de 80 Calificaciones |
Desarrollador | https://getsharex.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://getsharex.com |
URL de la Página de Ayuda | https://github.com/ShareX/ShareX_Chrome/issues |
URL de la Página de Política de Privacidad | https://getsharex.com/privacy-policy |
Idiomas Soportados | 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" } } |