Screenshot & Screen Recorder w/ Webcam-Droplr

The Easiest All-In-One Screenshot & Screen Recorder

Screenshot & Screen Recorder w/ Webcam-Droplr란 무엇입니까?

Screenshot & Screen Recorder w/ Webcam-Droplr은(는) https://droplr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Easiest All-In-One Screenshot & Screen Recorder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Screenshot & Screen Recorder w/ Webcam-Droplr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture screenshots and screen recordings instantly: it's saved to the cloud with a link you can share with anyone, anywhere.

Simple and easy to use.

Screenshots: 
Capture part of your screen, the entire screen, or the full webpage: then mark it up.

Screen recorder:
Screen record with audio and optional webcam as a GIF or HD video.

Features: 
* Your screenshot or screen recording automatically saves to the cloud with a link saved to your clipboard.
Paste it and share it with anyone, anywhere like email or Slack. 
Or download your screenshot as a PNG or screen recording as a WebM right to your device.

* Annotate by adding text or color highlight.
Use the image editor to add shapes like lines, circles, arrows, and boxes.
Have fun with over 30 emojis to add to your screenshots 😀👌💯🎉

* All your screenshots and screen recording are saved to your personal Droplr cloud account, so you can access them anytime.

Add our top-rated Chrome app; used by 5 million people to share billions of screenshots and screen recordings.                    

확장 프로그램 기본 정보

이름 Screenshot & Screen Recorder w/ Webcam-Droplr Screenshot & Screen Recorder w/ Webcam-Droplr
ID oncaapliomaamlbopdmhmdompfemljhm
공식 URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/oncaapliomaamlbopdmhmdompfemljhm
설명 The Easiest All-In-One Screenshot & Screen Recorder
파일 크기 15.81 MB
설치 횟수 26,917
현재 버전 4.0.2
최근 업데이트 2024-02-22
출시 날짜 2020-06-27
평점 4.01/5 총 228 개의 평점
개발자 https://droplr.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://droplr.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot & Screen Recorder w\/ Webcam-Droplr",
    "version": "4.0.2",
    "description": "The Easiest All-In-One Screenshot & Screen Recorder",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "public\/icon-48.png"
    },
    "icons": {
        "128": "public\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "assets\/*",
                "content\/*"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "webRequest",
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}