Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

什么是Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO是由ClearApps开发的Chrome扩展程序,该扩展的主要功能是“Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.”。

扩展截图

screenshot
screenshot
screenshot

下载Screen Capture, Screenshot Full Page PRO扩展crx文件

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

扩展使用说明

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

扩展基本信息

名称 Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
官方URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
简介 Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
文件大小 35.97 KB
安装次数 8,595
当前版本 2.2
更新时间 2016-11-04
上架时间 2016-11-04
评分 2.82/5 共33次评分
开发者 ClearApps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}