Webcam Recorder

Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends.

Webcam Recorderとは何ですか?

Webcam RecorderはCuteによって開発されたChromeの拡張機能で、その主な機能は「Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends.」です。

拡張機能のスクリーンショット

screenshot

Webcam Recorder拡張機能のCRXファイルをダウンロード

Webcam Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Webcam Recorder allows you to take a picture and record videos from your webcam and save them to your computer and Google Drive. 
Take pictures, videos directly from your Google Drive, and you can share them with your friends.
This app is a webcam recording tool that can capture image, video from webcams plugged in your computer and save JPG, video file to your Google Drive directly.                    

拡張機能の基本情報

名前 Webcam Recorder Webcam Recorder
ID dpfkichfneimfhlodeijbmoijoieiodi
公式URL https://chromewebstore.google.com/detail/webcam-recorder/dpfkichfneimfhlodeijbmoijoieiodi
説明 Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends.
ファイルサイズ 46.29 KB
インストール数 6,118
現在のバージョン 2.0.3.5
最終更新日 2023-12-05
公開日 2019-03-24
評価 3.50/5 合計 4 レビュー
開発者 Cute
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://imclient.herokuapp.com/cloudwebcam/
ヘルプページのURL https://imclient.herokuapp.com/cloudwebcam/
対応言語 en
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0.0.0",
    "version": "2.0.3.5"
}