Easy Screenshot

Take a screenshot and annotate with a powerful editor.

O que é Easy Screenshot?

Easy Screenshot é uma extensão do Chrome desenvolvida por Alisa Turner, e sua principal característica é "Take a screenshot and annotate with a powerful editor.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Easy Screenshot

Baixe arquivos de extensão Easy Screenshot 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

                        Easy Screenshot allows you to take screenshots of opened pages and edit them with a built-in image editor.

Features:
⭐ Take a full-page screenshot
⭐ Take a visible-part screenshot
⭐ Annotate (Edit) screenshot - crop image, draw figures, add icons, and more
⭐ Copy or Save as a PNG file                    

Informações Básicas da Extensão

Nome Easy Screenshot Easy Screenshot
ID ahkaodmjhcgdbolnbfieablpjjkcnmeo
URL Oficial https://chrome.google.com/webstore/detail/easy-screenshot/ahkaodmjhcgdbolnbfieablpjjkcnmeo
Descrição Take a screenshot and annotate with a powerful editor.
Tamanho do Arquivo 520 KB
Contagem de Instalações 400,000
Versão Atual 2.7.3
Última Atualização 2020-11-23
Data de Publicação 2020-11-10
Classificação 2.56/5 Total de 9 Avaliações
Desenvolvedor Alisa Turner
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1dVFbSjscvwnsxm-9G6UjRszZx1q3cgME-8s32dN9fio/edit?usp=sharing
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.7.3",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "Icon_128.png"
    },
    "icons": {
        "128": "Icon_128.png",
        "48": "Icon_48.png",
        "16": "Icon_16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "editor.html"
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}