ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Cos'è ShareX?
ShareX è un'estensione di Chrome sviluppata da https://getsharex.com, e la sua funzione principale è "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShareX
Scarica i file di estensione ShareX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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". Informazioni di Base sull'Estensione
| Nome | |
| ID | nlkoigbdolhchiicbonbihbphgamnaoc |
| URL Ufficiale | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
| Descrizione | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
| Dimensione del File | 18.52 KB |
| Conteggio Installazioni | 56,763 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2023-11-16 |
| Data di Pubblicazione | 2017-05-27 |
| Valutazione | 4.21/5 Totale 80 Valutazioni |
| Sviluppatore | https://getsharex.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://getsharex.com |
| URL della Pagina di Aiuto | https://github.com/ShareX/ShareX_Chrome/issues |
| URL della Pagina della Politica sulla Privacy | https://getsharex.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |