Aperture - Simple Screen Recorder
Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!
什么是Aperture - Simple Screen Recorder?
Aperture - Simple Screen Recorder是由alekzgreen开发的Chrome扩展程序,该扩展的主要功能是“Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!”。
扩展截图
下载Aperture - Simple Screen Recorder扩展crx文件
下载Aperture - Simple Screen Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jlbnmcnmjhcgdnbkdlgmibahbffjlnpa |
官方URL | https://chrome.google.com/webstore/detail/aperture-simple-screen-re/jlbnmcnmjhcgdnbkdlgmibahbffjlnpa |
简介 | Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click! |
文件大小 | 631 KB |
安装次数 | 5,000 |
当前版本 | 1.0.20 |
更新时间 | 2021-03-15 |
上架时间 | 2020-06-05 |
评分 | 4.09/5 共22次评分 |
开发者 | alekzgreen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |