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 |
官方網址 | 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 |
電子郵箱 | [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" } } |