Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

¿Qué es Screenshot Easy?

Screenshot Easy es una extensión de Chrome desarrollada por Screenshot Easy, y su función principal es "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Screenshot Easy

Descarga archivos de extensión Screenshot Easy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - 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.                    

Información Básica de la Extensión

Nombre Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
URL Oficial https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
Descripción Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Tamaño del Archivo 85.2 KB
Cantidad de Instalaciones 25,953
Versión Actual 1.1.4
Última Actualización 2023-01-18
Fecha de Publicación 2020-06-08
Calificación 4.19/5 Total de 58 Calificaciones
Desarrollador Screenshot Easy
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}