Screen Recorder

Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)

什么是Screen Recorder?

Screen Recorder是由Erich Behrens开发的Chrome扩展程序,该扩展的主要功能是“Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)”。

扩展截图

screenshot
screenshot
screenshot

下载Screen Recorder扩展crx文件

下载Screen Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). 

Free to use
No signup required
No watermarks
Record unlimited videos

What's new
- Autosave videos and recover your recordings after a crash.
- Record audio from microphone and system together.
- Recorded video can be seeked/skipped while playing.
- Record screen and camera (more settings coming soon).
- Warning before permanently deleting an unsaved video.                    

扩展基本信息

名称 Screen Recorder Screen Recorder
ID hniebljpgcogalllopnjokppmgbhaden
官方URL https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden
简介 Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
文件大小 253 KB
安装次数 2,419,487
当前版本 3.3.0
更新时间 2021-05-16
上架时间 2019-03-17
评分 3.82/5 共1537次评分
开发者 Erich Behrens
电子邮箱 [email protected]
付费类型 free
扩展官网 https://scre.io
帮助页面URL https://support.scre.io
隐私政策页面URL https://scre.io/privacy-browser-extension
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.0",
    "minimum_chrome_version": "70",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "desktopCapture"
    ],
    "offline_enabled": true
}