Snapshoot

Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.

Τι είναι το Snapshoot;

Το Snapshoot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.southstaffs.ac.uk, και η κύρια λειτουργία του είναι "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

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

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

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

                        Click the little camera icon at the top of your browser to take a snapshot of the current web page tab. You can then save the whole thing as an image, or drag a box using your mouse pointer to save just a section.

Supports saving images in JPEG or PNG format, and works in the Chrome browser on desktops and on Chromebooks. It is designed to be simple, lightweight and work offline.

Originally created to make the building of web tutorials easier, but with many more uses. Written by Neil King @ South Staffordshire College.                    

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

Όνομα Snapshoot Snapshoot
ID djdpcmgnomdbmdocbdbeinljedichmnn
Επίσημο URL https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn
Περιγραφή Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.
Μέγεθος Αρχείου 27.64 KB
Αριθμός Εγκαταστάσεων 833
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2016-03-09
Ημερομηνία Δημοσίευσης 2016-03-09
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής http://www.southstaffs.ac.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.google.com/intl/en_uk/policies/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapshoot",
    "description": "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.",
    "version": "1.2",
    "author": "Neil King at South Staffordshire College",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.southstaffs.ac.uk",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ]
}