Screen Recorder
Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4
Screen Recorderとは何ですか?
Screen Recorderはhttp://online-screen-recorder.comによって開発されたChromeの拡張機能で、その主な機能は「Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4」です。
拡張機能のスクリーンショット
Screen Recorder拡張機能のCRXファイルをダウンロード
Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No video data is sent over the internet so your privacy is totally protected. The video conversion to the MP4 format (which can be played back practically anywhere) is done by the browser itself!
拡張機能の基本情報
名前 | |
ID | fbdmiehmkjiahjffioffkllklhffhbbd |
公式URL | https://chrome.google.com/webstore/detail/screen-recorder/fbdmiehmkjiahjffioffkllklhffhbbd |
説明 | Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4 |
ファイルサイズ | 4.38 MB |
インストール数 | 3,000 |
現在のバージョン | 2.0 |
最終更新日 | 2020-11-18 |
公開日 | 2020-11-18 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | http://online-screen-recorder.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://online-screen-recorder.com |
ヘルプページのURL | https://online-screen-recorder.com |
対応言語 | id,ms,de,en,fil,fr,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,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "2.0", "browser_action": { "default_icon": "screen.png" }, "icons": { "128": "screen_128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |