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开发的Chrome扩展程序,该扩展的主要功能是“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

下载MagicShot - Screenshots made Beautiful扩展crx文件

下载MagicShot - Screenshots made Beautiful扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        == 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"
    }
}