Screenshot Capture
Capture viewport, crop & save to file, copy to clipboard as binary or data URL
什么是Screenshot Capture?
Screenshot Capture是由simov.github.io开发的Chrome扩展程序,该扩展的主要功能是“Capture viewport, crop & save to file, copy to clipboard as binary or data URL”。
扩展截图
下载Screenshot Capture扩展crx文件
下载Screenshot Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
✔ Secure by design ✔ Capture Viewport ✔ Crop and Save (automatic save) ✔ Crop and Wait (manual save) ✔ Configurable Keyboard Shortcut ✔ Save screenshot as PNG or JPG image file ✔ Copy screenshot to clipboard as Data URL String or Binary Image ✔ Preserve or downscale screenshot size on HDPI displays like Retina ✔ Unique screenshot date/time file name ✔ No special permissions required ✔ Free and Open Source ✚ Full Documentation ✔ https://github.com/simov/screenshot-capture
扩展基本信息
名称 | Screenshot Capture |
ID | giabbpobpebjfegnpcclkocepcgockkc |
官方URL | https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc |
简介 | Capture viewport, crop & save to file, copy to clipboard as binary or data URL |
文件大小 | 96.83 KB |
安装次数 | 128,931 |
当前版本 | 3.1 |
更新时间 | 2023-11-21 |
上架时间 | 2019-07-13 |
评分 | 4.18/5 共111次评分 |
开发者 | simov.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/simov/screenshot-capture |
帮助页面URL | https://github.com/simov/screenshot-capture/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screenshot Capture", "version": "3.1", "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL", "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc", "icons": { "16": "\/icons\/default\/16x16.png", "19": "\/icons\/default\/19x19.png", "38": "\/icons\/default\/38x38.png", "48": "\/icons\/default\/48x48.png", "128": "\/icons\/default\/128x128.png" }, "action": { "default_icon": { "16": "\/icons\/default\/16x16.png", "19": "\/icons\/default\/19x19.png", "38": "\/icons\/default\/38x38.png", "48": "\/icons\/default\/48x48.png", "128": "\/icons\/default\/128x128.png" }, "default_title": "Screenshot Capture" }, "background": { "service_worker": "background\/index.js" }, "options_page": "\/options\/index.html", "web_accessible_resources": [ { "matches": [ " |