Waybook Record - Screen Recorder Tool

The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.

Waybook Record - Screen Recorder Tool란 무엇입니까?

Waybook Record - Screen Recorder Tool은(는) Waybook에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Waybook Record - Screen Recorder Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Waybook Record is a free and powerful screen recording tool for Chrome.

Capture a single or your entire screen. Film yourself narrating at the same as you record your screen. Trim and edit your videos before downloading them.                    

확장 프로그램 기본 정보

이름 Waybook Record - Screen Recorder Tool Waybook Record - Screen Recorder Tool
ID bjpacnkhoikknenldpchaipookkmjofi
공식 URL https://chromewebstore.google.com/detail/waybook-record-screen-rec/bjpacnkhoikknenldpchaipookkmjofi
설명 The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
파일 크기 6 MB
설치 횟수 219
현재 버전 2.6.3
최근 업데이트 2022-09-20
출시 날짜 2021-03-28
평점 5.00/5 총 1 개의 평점
개발자 Waybook
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.waybook.com/
도움말 페이지 URL https://help.waybook.com/en/
개인정보 보호 정책 페이지 URL https://www.waybook.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "offline_enabled": true,
    "version": "2.6.3",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs",
        "downloads",
        "storage",
        "https:\/\/www.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        "html\/camera.html",
        "html\/sources.html",
        "html\/settings.html",
        "js\/content.js",
        "css\/content.css",
        "assets\/images\/*",
        "js\/sources.js",
        "js\/cameracontent.js",
        "css\/cameracontent.css",
        "js\/libraries\/plyr.min.js",
        "css\/libraries\/plyr.min.css",
        "js\/audiosources.js",
        "html\/audiosources.html"
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}