Make a Screenshot

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

¿Qué es Make a Screenshot?

Make a Screenshot es una extensión de Chrome desarrollada por http://earth3dmap.com, y su función principal es "Easy one click screenshot. The screenshot comes in a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Make a Screenshot

Descarga archivos de extensión Make a Screenshot 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

                        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.                    

Información Básica de la Extensión

Nombre Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
URL Oficial https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
Descripción Easy one click screenshot. The screenshot comes in a new tab.
Tamaño del Archivo 16.64 KB
Cantidad de Instalaciones 77,435
Versión Actual 1.2
Última Actualización 2018-07-18
Fecha de Publicación 2018-07-18
Calificación 3.72/5 Total de 43 Calificaciones
Desarrollador http://earth3dmap.com
Tipo de Pago free
URL de la Página de Política de Privacidad http://earth3dmap.com/privacy-policy
Idiomas Soportados 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
}