ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
Apa itu ShareX?
ShareX adalah ekstensi Chrome yang dikembangkan oleh https://getsharex.com, dan fitur utamanya adalah "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShareX
Unduh file ekstensi ShareX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | ShareX |
ID | nlkoigbdolhchiicbonbihbphgamnaoc |
URL Resmi | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
Deskripsi | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
Ukuran File | 18.52 KB |
Jumlah Instalasi | 56,763 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-11-16 |
Tanggal Publikasi | 2017-05-27 |
Penilaian | 4.21/5 Total 80 Penilaian |
Pengembang | https://getsharex.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getsharex.com |
URL Halaman Bantuan | https://github.com/ShareX/ShareX_Chrome/issues |
URL Halaman Kebijakan Privasi | https://getsharex.com/privacy-policy |
Bahasa yang Didukung | 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" } } |