UploadCC: Screen Capture Tool (Share or Save)
Simple screenshot tool, select the area which you want to capture and upload or download it
什么是UploadCC: Screen Capture Tool (Share or Save)?
UploadCC: Screen Capture Tool (Share or Save)是由Upload.cc开发的Chrome扩展程序,该扩展的主要功能是“Simple screenshot tool, select the area which you want to capture and upload or download it”。
扩展截图
下载UploadCC: Screen Capture Tool (Share or Save)扩展crx文件
下载UploadCC: Screen Capture Tool (Share or Save)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Screen Capture Tool Select the area which you want to capture. You can choose to upload it and share with your friend or download it. Hotkey for trigger screen capture: Default: Ctrl+Shift+E Mac OS: Command+Shift+E Easy to use Just two step: 1. Select the area 2. Click upload / download button 3. Done Change Log: 1.8 - Update image file type from png to jpeg 1.7 - Redesign action bar icon 1.6 - Fixed css issue 1.5 - Add hotkey for trigger screen capture - Default: Ctrl+Shift+E - Mac OS: Command+Shift+E 1.4 - Fixed redirect to upload page slowly when click upload or share button 1.3 - Fixed large screenshot cause image corrupted - Added full screen crop button - Added loading reminder when clicked upload or share button - Added Twitter share button ( Upload to upload.cc and redirect to titter share) - Added Facebook share button ( Upload to upload.cc and redirect to facebook share) 1.2 - Fixed the crop result when Windows OS changed large item size of display 1.1 - Replace upload and download button image link from server to local 1.0 - Initial release
扩展基本信息
名称 | UploadCC: Screen Capture Tool (Share or Save) |
ID | mjnohlnebmjeoplfnmdkcjfpenkgnahi |
官方URL | https://chromewebstore.google.com/detail/uploadcc-screen-capture-t/mjnohlnebmjeoplfnmdkcjfpenkgnahi |
简介 | Simple screenshot tool, select the area which you want to capture and upload or download it |
文件大小 | 96.29 KB |
安装次数 | 9,107 |
当前版本 | 1.8 |
更新时间 | 2020-10-31 |
上架时间 | 2018-02-23 |
评分 | 4.50/5 共113次评分 |
开发者 | Upload.cc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://upload.cc |
支持的语言 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UploadCC: Screen Capture Tool (Share or Save)", "version": "1.8", "description": "Simple screenshot tool, select the area which you want to capture and upload or download it", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "UploadCC: Screen Capture Tool" }, "commands": { "trigger-screen-capture": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Trigger screen capture" } }, "icons": { "19": "images\/icon19.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "permissions": [ "activeTab", "downloads" ], "manifest_version": 2 } |