Screen Recorder
Record your computer's screen with just one click!
Screen Recorderคืออะไร?
Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "Record your computer's screen with just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screen Recorder extension helps you record video from the computer's screen. To work with this addon, please click on the toolbar button. Once the recorder interface appears, please adjust desired options, and then click the - Start - button. The video source could be your screen, window, or tab. The audio source can be the system's audio, microphone, mixed, or no audio at all. When you click the start button, a popup will appear within the interface. This popup window allows you to select the desired screen, tab, or window. To start recording please click on the - Share - button. When you are done recording the screen, please press the toolbar button (or the stop button on the app interface) to stop the recording process. The recorded video will be download to your computer automatically (on the default download location). By default, recorded media is in - webm - format. To get more information about webm video format, please visit this Wikipedia page (https://en.wikipedia.org/wiki/WebM). If you want to change this format to a different one, please use a different software. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/screen-recorder.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screen Recorder |
ID | dhopldobnfjeckokfjimfcdagmlhjdce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-recorder/dhopldobnfjeckokfjimfcdagmlhjdce |
คำอธิบาย | Record your computer's screen with just one click! |
ขนาดไฟล์ | 52.65 KB |
จำนวนการติดตั้ง | 434,950 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-09-26 |
วันที่เผยแพร่ | 2020-04-22 |
คะแนน | 3.10/5 รวมทั้งหมด 274 คะแนน |
ผู้พัฒนา | Grephy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/screen-recorder.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/screen-recorder.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "manifest_version": 3, "offline_enabled": true, "name": "Screen Recorder", "homepage_url": "https:\/\/mybrowseraddon.com\/screen-recorder.html", "description": "Record your computer's screen with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "downloads" ], "permissions": [ "storage", "desktopCapture", "unlimitedStorage" ], "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" } } |