Kineviz REC
Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format
Kineviz REC란 무엇입니까?
Kineviz REC은(는) kineviz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format"입니다.
Kineviz REC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ScreenRecord : Ctrl+Shift+V Screenshot : Ctrl+Shift+I Support MP4
확장 프로그램 기본 정보
이름 | |
ID | bfigeneohodhiifnmdmokcibabmikhoo |
공식 URL | https://chrome.google.com/webstore/detail/kineviz-rec/bfigeneohodhiifnmdmokcibabmikhoo |
설명 | Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format |
파일 크기 | 91.3 KB |
설치 횟수 | 100 |
현재 버전 | 1.6.3 |
최근 업데이트 | 2017-09-26 |
출시 날짜 | 2017-09-26 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | kineviz.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://kineviz.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kineviz REC", "version": "1.6.3", "description": "Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format", "manifest_version": 2, "minimum_chrome_version": "49", "homepage_url": "http:\/\/www.kineviz.com\/", "background": { "scripts": [ "background\/background.actions.js", "background\/background.common.js", "background\/background.js", "background\/background.desktopCapture.js", "background\/background.tabCapture.js", "background\/background.badgeText.js", "background\/background.getUserMedia.js", "background\/background.messaging.js", "background\/background.players.js", "RecordRTC\/MediaStreamRecorder.js", "RecordRTC\/MultiStreamRecorder.js", "RecordRTC\/DiskStorage.js" ], "persistent": false }, "icons": { "128": "images\/kineviz-128.png", "16": "images\/kineviz-128.png", "22": "images\/kineviz-128.png", "32": "images\/kineviz-128.png", "48": "images\/kineviz.png" }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/kineviz.png", "default_title": "Kineviz REC", "default_popup": "dropdown.html" }, "commands": { "track-video": { "description": "Auto track video with hot key", "suggested_key": { "default": "Ctrl+Shift+V", "mac": "MacCtrl+Shift+V" } }, "track-video-mp4": { "description": "Auto track mp4 with hot key", "suggested_key": { "default": "Alt+Shift+V", "mac": "Alt+Shift+V" } }, "save-image": { "description": "Auto save image with hot key", "suggested_key": { "default": "Ctrl+Shift+I", "mac": "MacCtrl+Shift+I" } } }, "permissions": [ "http:\/\/*\/", " |