Screen Recorder
Capture screen recordings and save them to video files.
Screen Recorderとは何ですか?
Screen Recorderはrobert.ryan.millerによって開発されたChromeの拡張機能で、その主な機能は「Capture screen recordings and save them to video files.」です。
拡張機能のスクリーンショット
Screen Recorder拡張機能のCRXファイルをダウンロード
Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily record your screen and save recordings locally as .webm files.
拡張機能の基本情報
名前 | Screen Recorder |
ID | mpffdnlgeecobhimcaepepbcmlgioiph |
公式URL | https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph |
説明 | Capture screen recordings and save them to video files. |
ファイルサイズ | 16.96 KB |
インストール数 | 324 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-06-07 |
公開日 | 2020-09-29 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | robert.ryan.miller |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.robotmiller.com/recorder/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Recorder", "version": "1.0.2", "description": "Capture screen recordings and save them to video files.", "permissions": [], "background": { "scripts": [ "draw-icon.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "circle-icon-32.png" } }, "icons": { "16": "circle-icon-16.png", "48": "circle-icon-48.png", "128": "circle-icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |