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.

Co to jest Screenshoterest?

Screenshoterest to rozszerzenie Chrome opracowane przez Felipe Medina, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screenshoterest

Pobierz pliki rozszerzeń Screenshoterest w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
Oficjalny URL https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Opis 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.
Rozmiar pliku 153 KB
Liczba instalacji 149
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2015-01-08
Data Publikacji 2015-01-08
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Felipe Medina
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}