MagicShot - Screenshots made Beautiful

Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media

MagicShot - Screenshots made Beautiful क्या है?

MagicShot - Screenshots made Beautiful https://magicshot.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में MagicShot - Screenshots made Beautiful एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        == How to use ==

To take a screenshot of your current browser tab, simply open MagicShot extension and choose your screenshot method:
1. Visible Page (will capture the entire visible page)
2. Selected area (click and drag over the area you want to screenshot)

Then, the image will automatically be imported into MagicShot, and you will be able to edit your screenshot with the following features:
✓ Change the background (gradient, solid color or image)
✓ Add text and style it
✓ Add other images
✓ Add a browser frame to your screenshot
✓ Add annotation elements (arrows, circles, emoji, etc...)
✓ Add your watermark (pro feature)
✓ Select the correct social media dimension for the exported image 

MagicShot is completely free to use. Only a few features require you to upgrade to our Pro plan.


== Stay in touch ==

To stay up to date and don't miss any update, follow MagicShot on Twitter: https://twitter.com/MagicShotApp


== Support ==

If you have any questions or feedback, please send us an email at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम MagicShot - Screenshots made Beautiful MagicShot - Screenshots made Beautiful
ID kaokjlniinfbndjidkcgkhiakdfjgnif
आधिकारिक URL https://chromewebstore.google.com/detail/magicshot-screenshots-mad/kaokjlniinfbndjidkcgkhiakdfjgnif
विवरण Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media
फ़ाइल का आकार 1.93 MB
स्थापना संख्या 131
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-03
प्रकाशन तिथि 2022-09-27
डेवलपर https://magicshot.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://magicshot.app
गोपनीयता नीति पृष्ठ URL https://magicshot.app/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MagicShot - Screenshots made Beautiful",
    "short_name": "magicshot",
    "version": "1.0.0",
    "description": "Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "64": "\/icons\/icon-64.png",
        "128": "\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fileUpload.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/magicshot.app\/editor"
    ],
    "action": {
        "default_title": "MagicShot - Screenshots made Beautiful",
        "default_popup": "index.html"
    }
}