ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Was ist ShareX?
ShareX ist eine Chrome-Erweiterung, die von https://getsharex.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Erweiterungsscreenshots
ShareX-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShareX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nlkoigbdolhchiicbonbihbphgamnaoc |
| Offizielle URL | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
| Beschreibung | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
| Dateigröße | 18.52 KB |
| Installationsanzahl | 56,763 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2023-11-16 |
| Veröffentlichungsdatum | 2017-05-27 |
| Bewertung | 4.21/5 Insgesamt 80 Bewertungen |
| Entwickler | https://getsharex.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://getsharex.com |
| Hilfeseite URL | https://github.com/ShareX/ShareX_Chrome/issues |
| URL der Datenschutzrichtlinien-Seite | https://getsharex.com/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |