Video Screen Recorder
Record your computer's screen with just one click!
Video Screen Recorderとは何ですか?
Video Screen RecorderはAllWallによって開発されたChromeの拡張機能で、その主な機能は「Record your computer's screen with just one click!」です。
拡張機能のスクリーンショット
Video Screen Recorder拡張機能のCRXファイルをダウンロード
Video Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Absolutely fantastic extension, allows you to shoot video from the screen in just one click. Functions: Screen capture. Grab the required area. Automatic video downloading. Features: - Record entire Desktop or a specific application - Narrate with your microphone’s audio - Customize your resolution - Save and manage videos locally - No watermarks - Unlimited recording time
拡張機能の基本情報
名前 | |
ID | ononjdlajdkflnocgjiihiipagglgpio |
公式URL | https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio |
説明 | Record your computer's screen with just one click! |
ファイルサイズ | 49.56 KB |
インストール数 | 64,350 |
現在のバージョン | 0.1.4 |
最終更新日 | 2022-12-29 |
公開日 | 2018-09-17 |
評価 | 3.55/5 合計 58 レビュー |
開発者 | AllWall |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://yello8.com/apps/volume.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 2, "name": "Video Screen Recorder", "short_name": "screen recorder lite", "background": { "page": "lib\/chrome\/background.html" }, "description": "Record your computer's screen with just one click!", "permissions": [ "storage", "downloads", "notifications", "desktopCapture" ], "browser_action": { "default_title": "Screen Recorder", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |