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.

Τι είναι το Screenshoterest;

Το Screenshoterest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Felipe Medina, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Screenshoterest

Λήψη αρχείων επέκτασης Screenshoterest σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screenshoterest Screenshoterest
ID kilkocdmfgcheopoghbpaaocbmmdohil
Επίσημο URL https://chrome.google.com/webstore/detail/screenshoterest/kilkocdmfgcheopoghbpaaocbmmdohil
Περιγραφή 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.
Μέγεθος Αρχείου 153 KB
Αριθμός Εγκαταστάσεων 149
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2015-01-08
Ημερομηνία Δημοσίευσης 2015-01-08
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Felipe Medina
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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",
        ""
    ]
}