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是由Erich Behrens開發的Chrome擴展程式,該擴展的主要功能是“Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)”。
擴展截圖
下載Screen Recorder擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hniebljpgcogalllopnjokppmgbhaden |
| 官方網址 | 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
} | |