Screenly : Screenshot & Screen Video Recorder
Record videos and take screnshots from your screen.
Screenly : Screenshot & Screen Video Recorder란 무엇입니까?
Screenly : Screenshot & Screen Video Recorder은(는) Screen Grabber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record videos and take screnshots from your screen."입니다.
확장 프로그램 스크린샷
Screenly : Screenshot & Screen Video Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🎥 Record
▸ Record your Desktop, current Tab or Camera only
▸ Include your voice in recording with Microphone option on
▸ Include your face in your video by embedding your webcam
▸ Choose video dimensions from 720p, 1080p or 4K
▸ Add drawing tool while tab recording
📷 Screen Capture
▸ Capture a screenshot of the page you visit, full page, selected area or visible part
▸ Capture a screenshot of your entire screen or a specific application window
▸ Capture visible part, entire screen or app window after delay 확장 프로그램 기본 정보
| 이름 | |
| ID | mjjhadigpbeaeddpdiongfakjaemflgl |
| 공식 URL | https://chromewebstore.google.com/detail/screenly-screenshot-scree/mjjhadigpbeaeddpdiongfakjaemflgl |
| 설명 | Record videos and take screnshots from your screen. |
| 파일 크기 | 626 KB |
| 설치 횟수 | 649 |
| 현재 버전 | 2.1.0 |
| 최근 업데이트 | 2024-02-23 |
| 출시 날짜 | 2022-02-14 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | Screen Grabber |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screenly : Screenshot & Screen Video Recorder",
"version": "2.1.0",
"manifest_version": 3,
"description": "Record videos and take screnshots from your screen.",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": "images\/icon-128.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+E"
}
},
"pauseResumeRecording": {
"description": "Pause\/Resume Recording",
"suggested_key": {
"default": "Alt+Shift+R"
}
},
"startProcess": {
"description": "Start Recording",
"suggested_key": {
"default": "Alt+Shift+S"
}
},
"stopScreening": {
"description": "Stop Recording",
"suggested_key": {
"default": "Alt+Shift+Q"
}
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"vendor\/jquery.min.js",
"js\/main.js"
],
"matches": [
" | |