Screenshoterest

Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.

¿Qué es Screenshoterest?

Screenshoterest es una extensión de Chrome desarrollada por Felipe Medina, y su función principal es "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Screenshoterest

Descarga archivos de extensión Screenshoterest 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

                        Take whole page screenshot and PIN IT to Pinterest automatically.

If you want, you can try taking Responsive Screenshot that will create an image mixing three canvas sizes.

============================

BLIPSHOT (Give credit where credit is due)
The screenshot core that I used to get started was awesome made by Davide Casali (@folleto / http://intenseminimalism.com/).
Try it at: https://chrome.google.com/webstore/detail/blipshot-%E2%80%94-one-click-scre/mdaboflcmhejfihjcbmdiebgfchigjcf                    

Información Básica de la Extensión

Nombre Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
URL Oficial https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Descripción Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.
Tamaño del Archivo 153 KB
Cantidad de Instalaciones 149
Versión Actual 2.0.1
Última Actualización 2015-01-08
Fecha de Publicación 2015-01-08
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Felipe Medina
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshoterest",
    "version": "2.0.1",
    "description": "Click the button to take a screenshot. A Pinterest window will open. If you want, you can drag the picture to desktop to save it.",
    "author": "Felipe Medina",
    "browser_action": {
        "default_icon": "icon\/toolbar.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "screenshotter.DOM.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}