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
公式URL 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"
    ]
}