Online Screen Recorder
This extension provides you with a free, fast, and straightforward way to record your screen.
Online Screen Recorderとは何ですか?
Online Screen RecorderはAndreas Zettlによって開発されたChromeの拡張機能で、その主な機能は「This extension provides you with a free, fast, and straightforward way to record your screen.」です。
拡張機能のスクリーンショット
Online Screen Recorder拡張機能のCRXファイルをダウンロード
Online Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides you with a free, fast, and straightforward way to record your screen. No other software required, no data is collected, stored or shared by this extension! Before you start capturing your screen, you can decide on the chunk size. Additionally, to the full recording, you will get single videos with the chosen chunk size. Recording Once you click on "START CAPTURE" a dialog will open, which lets you choose what you want to record. The choices are the entire screen, an application window, or a browser tab. Download Once you are have finished, you can download the complete recording or any chunk as WebM or GIF file. The WebM version is instantly available. The GIF needs some rendering time, depending on the length of the record. If you have trouble playing the WebM file try the free multimedia player VLC. Many other websites like YouTube support direct upload of WebM files. Share To share your recording, you will need to download it as this extension is not storing any data.
拡張機能の基本情報
名前 | |
ID | oefbkonfoliaiooajimghnfccgblmddc |
公式URL | https://chrome.google.com/webstore/detail/online-screen-recorder/oefbkonfoliaiooajimghnfccgblmddc |
説明 | This extension provides you with a free, fast, and straightforward way to record your screen. |
ファイルサイズ | 861 KB |
インストール数 | 5,000 |
現在のバージョン | 1.0 |
最終更新日 | 2021-02-05 |
公開日 | 2020-07-03 |
評価 | 4.25/5 合計 16 レビュー |
開発者 | Andreas Zettl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.screenrecorder.online/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Online Screen Recorder", "description": "This extension provides you with a free, fast, and straightforward way to record your screen.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/img\/favicon-16x16.png", "32": "assets\/img\/favicon-32x32.png", "192": "assets\/img\/android-chrome-192x192.png", "512": "assets\/img\/android-chrome-512x512.png" }, "manifest_version": 2 } |