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 |
电子邮箱 | [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 } |