ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Vad är ShareX?
ShareX är en Chrome-tillägg utvecklad av https://getsharex.com, och dess huvudfunktion är "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Tilläggsskärmbilder
Ladda ner ShareX-förlängningens CRX-fil
Ladda ner ShareX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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". Grundläggande Information om Tillägg
| Namn | |
| ID | nlkoigbdolhchiicbonbihbphgamnaoc |
| Officiell webbadress | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
| Beskrivning | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
| Filstorlek | 18.52 KB |
| Antal Installationer | 56,763 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2023-11-16 |
| Publiceringsdatum | 2017-05-27 |
| Betyg | 4.21/5 Totalt 80 Betyg |
| Utvecklare | https://getsharex.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://getsharex.com |
| Hjälpsida URL | https://github.com/ShareX/ShareX_Chrome/issues |
| URL till Sekretesspolicy Sidan | https://getsharex.com/privacy-policy |
| Stödda Språk | 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"
}
} | |