ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
什麼是ShareX?
ShareX是由https://getsharex.com開發的Chrome擴展程式,該擴展的主要功能是“Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.”。
擴展截圖
下載ShareX擴展crx文件
下載ShareX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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".
擴展基本資訊
名稱 | ShareX |
ID | nlkoigbdolhchiicbonbihbphgamnaoc |
官方網址 | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
簡介 | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
檔案大小 | 18.52 KB |
安裝次數 | 56,763 |
目前版本 | 2.0.0 |
更新時間 | 2023-11-16 |
上架時間 | 2017-05-27 |
評分 | 4.21/5 共 80 次評分 |
開發者 | https://getsharex.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://getsharex.com |
說明頁面URL | https://github.com/ShareX/ShareX_Chrome/issues |
隱私政策頁面URL | https://getsharex.com/privacy-policy |
支援的語言 | 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" } } |