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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |