Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

O que é Make a Screenshot?

Make a Screenshot é uma extensão do Chrome desenvolvida por http://earth3dmap.com, e sua principal característica é "Easy one click screenshot. The screenshot comes in a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Make a Screenshot

Baixe arquivos de extensão Make a 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 tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

Informações Básicas da Extensão

Nome Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
URL Oficial https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
Descrição Easy one click screenshot. The screenshot comes in a new tab.
Tamanho do Arquivo 16.64 KB
Contagem de Instalações 77,435
Versão Atual 1.2
Última Atualização 2018-07-18
Data de Publicação 2018-07-18
Classificação 3.72/5 Total de 43 Avaliações
Desenvolvedor http://earth3dmap.com
Tipo de Pagamento free
URL da Página de Política de Privacidade http://earth3dmap.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}