Wrap · Screenshot Capture & Editor

Capture and edit beautiful, shareable product screenshots.

Wrap · Screenshot Capture & Editor란 무엇입니까?

Wrap · Screenshot Capture & Editor은(는) wrap에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture and edit beautiful, shareable product screenshots."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wrap · Screenshot Capture & Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wrap is a browser extension for capturing and editing beautiful, shareable product screenshots. Built by designers, Wrap uses curated style options which always look great regardless of how you configure them. When your screenshot is ready, simply export to PNG or copy straight to your clipboard.

The Wrap editor includes carefully selected design tools for embellishing your capture including:
· Background - Gradient, Image, Fill or Blur
· Border
· Shadow
· Padding
· Border Radius
· Position
· Aspect Ratio (Default, 1:1, 16:9, 4:3)
· Dark Mode
· Export as PNG or copy to clipboard
· Keyboard shortcuts and accessibility support

Use cases:  
· Sharing 16:9 product images on Twitter
· Sharing square screenshots on LinkedIn
· Including product screenshots with a changelog entry
· Perfect 16:9 captures in a pitch deck or presentation
· Adding stylised assets to your documentation
· Creating beautiful product assets for your documentation
· Sharing formatted screenshots with your team on Slack                    

확장 프로그램 기본 정보

이름 Wrap · Screenshot Capture & Editor Wrap · Screenshot Capture & Editor
ID nldfnbhihbjidgeokepkejlgadiodoag
공식 URL https://chromewebstore.google.com/detail/wrap-%C2%B7-screenshot-capture/nldfnbhihbjidgeokepkejlgadiodoag
설명 Capture and edit beautiful, shareable product screenshots.
파일 크기 3.24 MB
설치 횟수 394
현재 버전 2.1.1
최근 업데이트 2022-11-08
출시 날짜 2021-09-05
평점 5.00/5 총 4 개의 평점
개발자 wrap
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://wrap.so/
개인정보 보호 정책 페이지 URL https://wrap.so/blog/wrap-terms-of-service-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wrap \u00b7 Screenshot Capture & Editor",
    "version": "2.1.1",
    "description": "Capture and edit beautiful, shareable product screenshots.",
    "permissions": [
        "tabs",
        "",
        "storage",
        "*:\/\/*.wrap.so\/*"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "icon.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W",
                "linux": "Alt+W",
                "windows": "Alt+W",
                "mac": "Alt+W"
            }
        }
    },
    "options_ui": {
        "page": "options.html"
    }
}