Screenshot Easy

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

O que é Screenshot Easy?

Screenshot Easy é uma extensão do Chrome desenvolvida por Screenshot Easy, e sua principal característica é "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screenshot Easy

Baixe arquivos de extensão Screenshot Easy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
URL Oficial https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
Descrição Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Tamanho do Arquivo 85.2 KB
Contagem de Instalações 25,953
Versão Atual 1.1.4
Última Atualização 2023-01-18
Data de Publicação 2020-06-08
Classificação 4.19/5 Total de 58 Avaliações
Desenvolvedor Screenshot Easy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}