Web Screen Capture

A simple tool to Capture your entire web page for future reference

什么是Web Screen Capture?

Web Screen Capture是由xynolabs开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to Capture your entire web page for future reference”。

扩展截图

screenshot

下载Web Screen Capture扩展crx文件

下载Web Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WebPrint  allows you to take screenshot of entire web page.                    

扩展基本信息

名称 Web Screen Capture Web Screen Capture
ID dkbdngdafgflbkljoladndlfpjpfball
官方URL https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball
简介 A simple tool to Capture your entire web page for future reference
文件大小 166 KB
安装次数 7,851
当前版本 0.0.1
更新时间 2015-12-29
上架时间 2015-12-29
评分 3.91/5 共34次评分
开发者 xynolabs
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Screen Capture",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to Capture your entire web page for future reference",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}