Real Screen Recorder
Real Screen Recorder records the screen and webcam with audio.
Real Screen Recorderとは何ですか?
Real Screen Recorderはhttps://www.realscreenrec.comによって開発されたChromeの拡張機能で、その主な機能は「Real Screen Recorder records the screen and webcam with audio.」です。
拡張機能のスクリーンショット
Real Screen Recorder拡張機能のCRXファイルをダウンロード
Real Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording.
Features:
>>Screen & Webcam recording
>>Record screen with audio
>>No watermark
Here are steps to use Screen Recorder Chrome Extension:
>> Install real screen recorder extension for Google chrome from the store
>> Open the extension and choose from the 3 options
>> Select the screen or tab that you want to record and click on start button
>> Stop the recording and download the the screen recording to your computer
UPDATES:
Version 1.0.7
>> User can now record and generate a sharable link.
>> Improved UI 拡張機能の基本情報
| 名前 | |
| ID | bclhideolocjbnchomdggkibcokgihbh |
| 公式URL | https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh |
| 説明 | Real Screen Recorder records the screen and webcam with audio. |
| ファイルサイズ | 5.29 MB |
| インストール数 | 30,846 |
| 現在のバージョン | 1.0.8 |
| 最終更新日 | 2023-09-13 |
| 公開日 | 2023-01-15 |
| 評価 | 4.61/5 合計 18 レビュー |
| 開発者 | https://www.realscreenrec.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.realscreenrec.com/ |
| プライバシーポリシーページのURL | https://www.realscreenrec.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Real Screen Recorder",
"description": "Real Screen Recorder records the screen and webcam with audio.",
"version": "1.0.8",
"manifest_version": 3,
"permissions": [
"activeTab",
"gcm",
"notifications",
"unlimitedStorage",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_title": "Real Screen Recorder"
},
"icons": {
"16": ".\/image\/icon-16.png",
"24": ".\/image\/icon-24.png",
"32": ".\/image\/icon-32.png",
"48": ".\/image\/icon-48.png",
"64": ".\/image\/icon-64.png",
"96": ".\/image\/icon-96.png",
"128": ".\/image\/icon-128.png"
},
"background": {
"service_worker": "background.js"
}
} | |