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
Eメール [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
}