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.
Was ist Snapshoot?
Snapshoot ist eine Chrome-Erweiterung, die von http://www.southstaffs.ac.uk entwickelt wurde, und ihr Hauptmerkmal ist "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.".
Erweiterungsscreenshots
Snapshoot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snapshoot-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | djdpcmgnomdbmdocbdbeinljedichmnn |
Offizielle URL | https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn |
Beschreibung | Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier. |
Dateigröße | 27.64 KB |
Installationsanzahl | 833 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-03-09 |
Veröffentlichungsdatum | 2016-03-09 |
Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
Entwickler | http://www.southstaffs.ac.uk |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.google.com/intl/en_uk/policies/privacy |
Unterstützte Sprachen | 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" ] } |