Figma Properties Panel Resizer

Allows you to resize the righthand properties panel on figma.com

Τι είναι το Figma Properties Panel Resizer;

Το Figma Properties Panel Resizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wehri.app, και η κύρια λειτουργία του είναι "Allows you to resize the righthand properties panel on figma.com".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Figma Properties Panel Resizer

Λήψη αρχείων επέκτασης Figma Properties Panel Resizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Introducing the Figma Properties Panel Resizer, a powerful Chrome extension that gives you complete control over your Figma workspace! With this handy tool, you can easily adjust the width of the right-hand side properties panel on the Figma website to fit your needs.

Are you tired of constantly scrolling up and down the properties panel to find the options you need? With this extension, you can expand the panel to make it wider and more spacious, giving you more room to work and reducing eye strain. Or, if you prefer a more compact layout, you can shrink the panel down to a narrow size, allowing you to focus on your design without distraction.

Our extension is quick and easy to install, and it works seamlessly with the Figma website. Simply adjust the width of the panel using the easy-to-use slider, and watch as your workspace transforms before your eyes. Whether you're a professional designer, a student, or just someone who loves to tinker with digital art, the Figma Properties Panel Resizer is the perfect tool to help you take your creations to the next level.

So why wait? Try the Figma Properties Panel Resizer today and experience the power of customizing your workspace to suit your needs!ion allows you.

If you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated!

https://www.buymeacoffee.com/wehri                    

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

Όνομα Figma Properties Panel Resizer Figma Properties Panel Resizer
ID jidbjfpnjedninebacokldobcleiflpe
Επίσημο URL https://chromewebstore.google.com/detail/figma-properties-panel-re/jidbjfpnjedninebacokldobcleiflpe
Περιγραφή Allows you to resize the righthand properties panel on figma.com
Μέγεθος Αρχείου 25.71 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-04-24
Ημερομηνία Δημοσίευσης 2023-04-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://wehri.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Figma Properties Panel Resizer",
    "version": "1.0.0",
    "description": "Allows you to resize the righthand properties panel on figma.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "My Chrome Extension"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.figma.com\/file\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}