ApowerREC Screen Recorder

One-click to start your unlimited recordings!

ApowerREC Screen Recorder란 무엇입니까?

ApowerREC Screen Recorder은(는) https://www.apowersoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click to start your unlimited recordings!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ApowerREC Screen Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ApowerREC Screen Recorder is a lightweight screen recording software providing a bunch of amazing features. With its high flexibility, you can customize the whole screen, browser window, or tab exclusively. More so, if you desire include the audio, sure it can! 

Multifunctional Screen Recorder
▶ Microphone & System sound recorder 
Record system sound, microphone, or both audio sources at the same time.
▶ Browser Recorder
Screen record a selected browser tab.
▶ Desktop Recorder
Record all the desktop activities.
▶ Webcam Recorder 
Include webcam screen into the recording.
▶ Application window Recorder
Record designated application interface.

Contact Us
☛ Customer Service: [email protected]
☛ Desktop Program: https://www.apowersoft.com/record-all-screen                    

확장 프로그램 기본 정보

이름 ApowerREC Screen Recorder ApowerREC Screen Recorder
ID plnnpndcgjokianndhalbgnpcbkbehmp
공식 URL https://chromewebstore.google.com/detail/apowerrec-screen-recorder/plnnpndcgjokianndhalbgnpcbkbehmp
설명 One-click to start your unlimited recordings!
파일 크기 1.01 MB
설치 횟수 10,000
현재 버전 2.0
최근 업데이트 2022-12-07
출시 날짜 2020-06-22
평점 3.42/5 총 83 개의 평점
개발자 https://www.apowersoft.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.apowersoft.com/free-online-screen-recorder
도움말 페이지 URL https://www.apowersoft.com/contact-us
개인정보 보호 정책 페이지 URL https://www.apowersoft.com/privacy
지원되는 언어 de,en,fr,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_key_logo_name__",
    "description": "__MSG_key_logo_desc__",
    "version": "2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_key_logo_name__"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-common.js",
                "js\/chunk-vendors.js",
                "js\/options.js",
                "jquery.js",
                "fix-webm-duration.js",
                "content-script.js"
            ],
            "css": [
                "css\/chunk-common.css",
                "css\/chunk-vendors.css",
                "css\/options.css",
                "record-screen-online.css"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "digital-display.woff2",
                "digital_display.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}