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.
Qu'est-ce que Snapshoot ?
Snapshoot est une extension Chrome développée par http://www.southstaffs.ac.uk, et sa fonction principale est "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snapshoot
Téléchargez les fichiers d'extension Snapshoot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | djdpcmgnomdbmdocbdbeinljedichmnn |
URL Officiel | https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn |
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. |
Taille du Fichier | 27.64 KB |
Nombre d'Installations | 833 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-03-09 |
Date de Publication | 2016-03-09 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | http://www.southstaffs.ac.uk |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.google.com/intl/en_uk/policies/privacy |
Langues Prises en Charge | 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" ] } |