Pipe Screen Capture

Pipe screen capture extension

什么是Pipe Screen Capture?

Pipe Screen Capture是由https://addpipe.com开发的Chrome扩展程序,该扩展的主要功能是“Pipe screen capture extension”。

扩展截图

screenshot

下载Pipe Screen Capture扩展crx文件

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

扩展使用说明

                        With this extension Pipe can capture the screen if given the permission.

Developer
Email: [email protected]                    

扩展基本信息

名称 Pipe Screen Capture Pipe Screen Capture
ID cbmhjlfmbhihimmlofbgkplnhgbgiipn
官方URL https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn
简介 Pipe screen capture extension
文件大小 10.09 KB
安装次数 14
当前版本 1.0
更新时间 2018-02-13
上架时间 2018-02-13
开发者 https://addpipe.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipe Screen Capture",
    "author": "Pipe",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Pipe screen capture extension",
    "homepage_url": "https:\/\/www.addpipe.com\/",
    "background": {
        "scripts": [
            "pipe_sc.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.addpipe.com\/*",
            "https:\/\/hdfvr.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "48": "pipe-icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}