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

Qu'est-ce que MagicShot - Screenshots made Beautiful ?

MagicShot - Screenshots made Beautiful est une extension Chrome développée par https://magicshot.app, et sa fonction principale est "Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MagicShot - Screenshots made Beautiful

Téléchargez les fichiers d'extension MagicShot - Screenshots made Beautiful au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        == 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]                    

Informations de Base sur l'Extension

Nom MagicShot - Screenshots made Beautiful MagicShot - Screenshots made Beautiful
ID kaokjlniinfbndjidkcgkhiakdfjgnif
URL Officiel https://chromewebstore.google.com/detail/magicshot-screenshots-mad/kaokjlniinfbndjidkcgkhiakdfjgnif
Description Capture a screenshot of your page or of a selected area and turn it into a beautiful image for your social media
Taille du Fichier 1.93 MB
Nombre d'Installations 131
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-10-03
Date de Publication 2022-09-27
Développeur https://magicshot.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://magicshot.app
URL de la Page de Politique de Confidentialité https://magicshot.app/privacy
Langues Prises en Charge 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"
    }
}