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". 扩展基本信息
| 名称 | |
| ID | nlkoigbdolhchiicbonbihbphgamnaoc |
| 官方URL | 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"
}
} | |