Screen Recorder
Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4
Screen Recorderคืออะไร?
Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://online-screen-recorder.com และคุณลักษณะหลักของมันคือ "Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No video data is sent over the internet so your privacy is totally protected. The video conversion to the MP4 format (which can be played back practically anywhere) is done by the browser itself!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbdmiehmkjiahjffioffkllklhffhbbd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/screen-recorder/fbdmiehmkjiahjffioffkllklhffhbbd |
คำอธิบาย | Record a video of your screen or of a specific window directly from your browser, and save your video screen captures as MP4 |
ขนาดไฟล์ | 4.38 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-11-18 |
วันที่เผยแพร่ | 2020-11-18 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://online-screen-recorder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://online-screen-recorder.com |
URL หน้าช่วยเหลือ | https://online-screen-recorder.com |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "2.0", "browser_action": { "default_icon": "screen.png" }, "icons": { "128": "screen_128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |