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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple screenshot tool, select the area which you want to capture and upload or download it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UploadCC: Screen Capture Tool (Share or Save) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |