Warpwire Screen Capture

This screen capturing extension allows for the capture of screen or application window data into Warpwire.

什麼是Warpwire Screen Capture?

Warpwire Screen Capture是由warpwiredev開發的Chrome擴展程式,該擴展的主要功能是“This screen capturing extension allows for the capture of screen or application window data into Warpwire.”。

擴展截圖

screenshot

下載Warpwire Screen Capture擴展crx文件

下載Warpwire Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Warpwire Screen Capture is a free extension that allows Warpwire users to record their screens and save the recording to Warpwire, without leaving the browser. 

This extension is required for Screen Capture within Warpwire. Any Warpwire user who is interested in screen capture should install this plugin.

Users can record either an individual window, or their entire screen. Simply install the extension and make a recording. 

* Screen Capture within the Browser
* Save recordings directly to Warpwire Media Libraries
* Record entire screen or single window
* Use native camera and mic, or attached USB cameras and mic                    

擴展基本資訊

名稱 Warpwire Screen Capture Warpwire Screen Capture
ID iljpecogeagjijkjnnghgapofcdejmej
官方網址 https://chromewebstore.google.com/detail/warpwire-screen-capture/iljpecogeagjijkjnnghgapofcdejmej
簡介 This screen capturing extension allows for the capture of screen or application window data into Warpwire.
檔案大小 11.67 KB
安裝次數 617
目前版本 1.0.0
更新時間 2017-10-05
上架時間 2017-10-05
評分 4.00/5 共 5 次評分
開發者 warpwiredev
付費類型 free
擴展官網 https://www.warpwire.com/
說明頁面URL https://www.warpwire.com/support/capture/screen-capture
隱私政策頁面URL https://www.warpwire.com/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Warpwire Screen Capture",
    "author": "Warpwire",
    "version": "1.0.0",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This screen capturing extension allows for the capture of screen or application window data into Warpwire.",
    "homepage_url": "https:\/\/www.warpwire.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/bootstrap.warpwire.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-48.png",
        "icon-128.png"
    ]
}