ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
什么是ScreenSnip?
ScreenSnip是由bhayatus开发的Chrome扩展程序,该扩展的主要功能是“A tool that allows you to take a screenshot of the current tab and crop it.”。
扩展截图
下载ScreenSnip扩展crx文件
下载ScreenSnip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard. 扩展基本信息
| 名称 | |
| ID | okodoejppedehahibmdngneledbkliap |
| 官方URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
| 简介 | A tool that allows you to take a screenshot of the current tab and crop it. |
| 文件大小 | 44.84 KB |
| 安装次数 | 1,086 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-04-05 |
| 上架时间 | 2020-04-05 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | bhayatus |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenSnip",
"version": "1.1.0",
"manifest_version": 2,
"description": "A tool that allows you to take a screenshot of the current tab and crop it.",
"browser_action": {
"default_title": "ScreenSnip"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"\/background\/background.js"
]
},
"permissions": [
"activeTab",
"downloads"
]
} | |