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是由http://www.southstaffs.ac.uk开发的Chrome扩展程序,该扩展的主要功能是“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

下载Snapshoot扩展crx文件

下载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"
    ]
}