BrandBird ✦ Beautiful Screenshots By Default✦

Create beautiful social media posts & sharable images by screenshotting your current tab!

Τι είναι το BrandBird ✦ Beautiful Screenshots By Default✦;

Το BrandBird ✦ Beautiful Screenshots By Default✦ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brandbird.app, και η κύρια λειτουργία του είναι "Create beautiful social media posts & sharable images by screenshotting your current tab!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BrandBird ✦ Beautiful Screenshots By Default✦

Λήψη αρχείων επέκτασης BrandBird ✦ Beautiful Screenshots By Default✦ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        It's simple, really! 

Just open the extension and choose one of the 4 commands and see the magic happen: 

𝟙. 𝕍𝕚𝕤𝕚𝕓𝕝𝕖 𝕊𝕔𝕣𝕖𝕖𝕟
Grabs a screenshot of your current active tab and import it to BrandBird for further polishing.

𝟚. 𝔼𝕩𝕥𝕣𝕒𝕔𝕥 𝔼𝕝𝕖𝕞𝕖𝕟𝕥
Select any element from any website to avoid cropping the image, and import it to BrandBird to make it beautiful.

𝟛. ℍ𝕚𝕘𝕙𝕝𝕚𝕘𝕙𝕥 𝔼𝕝𝕖𝕞𝕖𝕟𝕥
Pick an element and the BrandBird Chrome extension will automatically highlight it. Perfect for product tutorials .

𝟜. 𝕆𝕡𝕖𝕟 𝔾𝕣𝕒𝕡𝕙 (𝕆𝔾) 𝕄𝕒𝕜𝕖𝕣
Extracts the title, description & logo from the active tab, grabs a screenshot, and imports everything to the BrandBird studio.

Then, the image will be imported into BrandBird, and you can customize further edit it by adding: 

- Gradient, pattern, or image backgrounds
- Shadows
- 3D Effects
- Device Mockups
- Annotation elements like circles, arrows, rectangles, and text
- Crop, resize, and blur parts of your image 

And many more...                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BrandBird ✦ Beautiful Screenshots By Default✦ BrandBird ✦ Beautiful Screenshots By Default✦
ID elmmpheeaanlmopiffochjckgclcjdep
Επίσημο URL https://chromewebstore.google.com/detail/brandbird-%E2%9C%A6-beautiful-scr/elmmpheeaanlmopiffochjckgclcjdep
Περιγραφή Create beautiful social media posts & sharable images by screenshotting your current tab!
Μέγεθος Αρχείου 269 KB
Αριθμός Εγκαταστάσεων 2,233
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2021-11-26
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://brandbird.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://brandbird.app/chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://help.brandbird.app/
URL της Σελίδας Πολιτικής Απορρήτου https://www.brandbird.app/legal/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create beautiful social media posts & sharable images by screenshotting your current tab!",
    "version": "0.0.5",
    "manifest_version": 3,
    "name": "BrandBird \u2726 Beautiful Screenshots By Default\u2726",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}