Screen Recorder

Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)

Screen Recorderคืออะไร?

Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erich Behrens และคุณลักษณะหลักของมันคือ "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). 

Free to use
No signup required
No watermarks
Record unlimited videos

What's new
- Autosave videos and recover your recordings after a crash.
- Record audio from microphone and system together.
- Recorded video can be seeked/skipped while playing.
- Record screen and camera (more settings coming soon).
- Warning before permanently deleting an unsaved video.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screen Recorder Screen Recorder
ID hniebljpgcogalllopnjokppmgbhaden
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden
คำอธิบาย Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 2,419,487
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2021-05-16
วันที่เผยแพร่ 2019-03-17
คะแนน 3.82/5 รวมทั้งหมด 1537 คะแนน
ผู้พัฒนา Erich Behrens
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scre.io
URL หน้าช่วยเหลือ https://support.scre.io
URL หน้านโยบายความเป็นส่วนตัว https://scre.io/privacy-browser-extension
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.0",
    "minimum_chrome_version": "70",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "desktopCapture"
    ],
    "offline_enabled": true
}