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.

What is Screenshoterest?

Screenshoterest is a Chrome extension developed by Felipe Medina, and its main feature is "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.".

Extension Screenshots

screenshot

Download Screenshoterest Extension CRX File

Download Screenshoterest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
Official URL https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
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.
File Size 153 KB
Installation Count 149
Current Version 2.0.1
Last Updated 2015-01-08
Publish Date 2015-01-08
Rating 1.00/5 Total 1 Ratings
Developer Felipe Medina
Payment Type free
Supported Languages 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",
        ""
    ]
}