Screenshot Easy
Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
什么是Screenshot Easy?
Screenshot Easy是由Screenshot Easy开发的Chrome扩展程序,该扩展的主要功能是“Screenshot Easy - The easiest way to take a customizable screenshot and share to friends”。
扩展截图
下载Screenshot Easy扩展crx文件
下载Screenshot Easy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way. - You'll get fast, simple, easy to take an editable screenshot. - You can select any area and take its screenshot. - User-friendly interface makes your work with the tool easier. - Edit screenshot instantly when taking them. - You can also upload your screenshot to the server and get its short link right away.
扩展基本信息
名称 | Screenshot Easy |
ID | ikhdemckhflgmlijkaomcpdmljegkakh |
官方URL | https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh |
简介 | Screenshot Easy - The easiest way to take a customizable screenshot and share to friends |
文件大小 | 85.2 KB |
安装次数 | 25,953 |
当前版本 | 1.1.4 |
更新时间 | 2023-01-18 |
上架时间 | 2020-06-08 |
评分 | 4.19/5 共58次评分 |
开发者 | Screenshot Easy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot Easy", "version": "1.1.4", "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo-transparent.png", "default_title": "Take a screenshot" }, "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |