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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}