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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |