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.

O que é Screenshoterest?

Screenshoterest é uma extensão do Chrome desenvolvida por Felipe Medina, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screenshoterest

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

                        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                    

Informações Básicas da Extensão

Nome Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
URL Oficial https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Descrição 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.
Tamanho do Arquivo 153 KB
Contagem de Instalações 149
Versão Atual 2.0.1
Última Atualização 2015-01-08
Data de Publicação 2015-01-08
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Felipe Medina
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}