Screenshot Easy
Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
What is Screenshot Easy?
Screenshot Easy is a Chrome extension developed by Screenshot Easy, and its main feature is "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".
Extension Screenshots
Download Screenshot Easy Extension CRX File
Download Screenshot Easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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.
Extension Basic Information
Name | Screenshot Easy |
ID | ikhdemckhflgmlijkaomcpdmljegkakh |
Official URL | https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh |
Description | Screenshot Easy - The easiest way to take a customizable screenshot and share to friends |
File Size | 85.2 KB |
Installation Count | 25,953 |
Current Version | 1.1.4 |
Last Updated | 2023-01-18 |
Publish Date | 2020-06-08 |
Rating | 4.19/5 Total 58 Ratings |
Developer | Screenshot Easy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |