Aperture - Simple Screen Recorder
Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!
Aperture - Simple Screen Recorder là gì?
Aperture - Simple Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi alekzgreen, và tính năng chính của nó là "Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aperture - Simple Screen Recorder
Tải xuống các tệp mở rộng Aperture - Simple Screen Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Aperture - Simple Screen Video Recorder for Chrome. 🎥 Record as long as you want ✪ Full-screen or browser tab video with system audio ✪ Configure quality on preferences page ✪ Use your microphone’s audio ✄ Use simple editor ✪ Trim video instantly ✪ Make snapshots from your video 🌩️ Export ✪ Choose format: .webm or .mp4 ✪ Save videos locally or in Cloud and share with anyone you want 🖼️ Make screenshots of entire page 1. Open browser context menu (by right-click) and click on "Aperture - Capture screenshot". 2. Screenshot will be saved to storage and Cloud automatically. 3. Open Aperture options page (right-click on Aperture's icon) and download screenshot or copy link to it. 🚀 How it works 1. Click on blue Aperture icon choose "Your Entire Screen", "Application Window" or "Chrome Tab" and click "Share". 2. You'll se red Aperture icon - recording started. 3. You can pause recording: open browser context menu (by right-click) and click on "Pause recording". To resume recording open context menu again and click "Resume recording". 4. To stop recording click on red Aperture icon - editor page with your video will be opened. 🗣️ Share your feedback ✪ If you want to see some specific feature or leave feedback - please do not hesitate to use Reviews section.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlbnmcnmjhcgdnbkdlgmibahbffjlnpa |
URL Chính Thức | https://chrome.google.com/webstore/detail/aperture-simple-screen-re/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa |
Mô tả | Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click! |
Kích Thước Tệp | 631 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 1.0.20 |
Cập Nhật Lần Cuối | 2021-03-15 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 4.09/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | alekzgreen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aperture - Simple Screen Recorder", "short_name": "Aperture Screencaster", "version": "1.0.20", "description": "Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa", "manifest_version": 2, "options_ui": { "page": "settings.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "activeTab", "desktopCapture", "contextMenus" ], "background": { "scripts": [ "vendors\/bundle.js", "bg\/bundle.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-32.png", "default_title": "Aperture Screencaster" }, "icons": { "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "content\/*.svg" ] } |