Wrap · Screenshot Capture & Editor

Capture and edit beautiful, shareable product screenshots.

Wrap · Screenshot Capture & Editor क्या है?

Wrap · Screenshot Capture & Editor wrap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and edit beautiful, shareable product screenshots."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wrap · Screenshot Capture & Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}