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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alekzgreen และคุณลักษณะหลักของมันคือ "Simple Screen Video Recorder for Chrome. Capture, edit and save videos in one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aperture - Simple Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |