ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
O que é ShareX?
ShareX é uma extensão do Chrome desenvolvida por https://getsharex.com, e sua principal característica é "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShareX
Baixe arquivos de extensão ShareX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | ShareX |
ID | nlkoigbdolhchiicbonbihbphgamnaoc |
URL Oficial | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
Descrição | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
Tamanho do Arquivo | 18.52 KB |
Contagem de Instalações | 56,763 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-11-16 |
Data de Publicação | 2017-05-27 |
Classificação | 4.21/5 Total de 80 Avaliações |
Desenvolvedor | https://getsharex.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://getsharex.com |
URL da Página de Ajuda | https://github.com/ShareX/ShareX_Chrome/issues |
URL da Página de Política de Privacidade | https://getsharex.com/privacy-policy |
Idiomas Suportados | 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" } } |