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.

Cos'è Screenshoterest?

Screenshoterest è un'estensione di Chrome sviluppata da Felipe Medina, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screenshoterest

Scarica i file di estensione Screenshoterest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
URL Ufficiale https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Descrizione 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.
Dimensione del File 153 KB
Conteggio Installazioni 149
Versione Corrente 2.0.1
Ultimo Aggiornamento 2015-01-08
Data di Pubblicazione 2015-01-08
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Felipe Medina
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}