Figma Dark Theme

🤘Best dark theme extension for Figma WebApp🤘

Cos'è Figma Dark Theme?

Figma Dark Theme è un'estensione di Chrome sviluppata da Vlad Dobryda, e la sua funzione principale è "🤘Best dark theme extension for Figma WebApp🤘".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Figma Dark Theme

Scarica i file di estensione Figma Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ℹ️ THIS EXTENSION PREVIOUSLY MADE FIGMA DARK. NOW FIGMA KNOWS HOW TO DO IT YOURSELF, SO THERE IS NO NEED TO INSTALL THIS EXTENSION 🙂

This theme covers as much as possible all the work panels, pop-ups and pages that are in Figma. In addition, various states of elements are taken into account, such as :hover, :focus, etc.

The elaboration of the theme is approximately 98,5%, and if you notice any flaws, you have any questions or suggestions—write. I will be happy to answer, and I will be very grateful for your financial support for this project!🤗✨

☕ BUY ME A COFFEE ☕
buymeacoffee.com/vdobryda

Email: [email protected]
Telegram: t.me/vdobryda
Dribbble: dribbble.com/vdobryda
Behance: behance.net/vdobryda                    

Informazioni di Base sull'Estensione

Nome Figma Dark Theme Figma Dark Theme
ID ncgpcnhkpbedbdcgffndkbobbkkhdhpn
URL Ufficiale https://chromewebstore.google.com/detail/figma-dark-theme/ncgpcnhkpbedbdcgffndkbobbkkhdhpn
Descrizione 🤘Best dark theme extension for Figma WebApp🤘
Dimensione del File 18.07 KB
Conteggio Installazioni 409
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-06-19
Data di Pubblicazione 2022-01-26
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Vlad Dobryda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Figma Dark Theme",
    "description": "\ud83e\udd18Best dark theme extension for Figma WebApp\ud83e\udd18",
    "version": "1.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "FigmaDarkTheme-16.png",
        "32": "FigmaDarkTheme-32.png",
        "48": "FigmaDarkTheme-48.png",
        "64": "FigmaDarkTheme-64.png",
        "128": "FigmaDarkTheme-128.png"
    },
    "homepage_url": "https:\/\/www.buymeacoffee.com\/vdobryda",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.figma.com\/*"
            ],
            "js": [
                "FigmaDarkTheme.js"
            ]
        }
    ]
}