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.

Was ist Screenshoterest?

Screenshoterest ist eine Chrome-Erweiterung, die von Felipe Medina entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

Screenshoterest-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screenshoterest-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
Offizielle URL https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Beschreibung 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.
Dateigröße 153 KB
Installationsanzahl 149
Aktuelle Version 2.0.1
Letztes Update 2015-01-08
Veröffentlichungsdatum 2015-01-08
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Felipe Medina
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}