EnjoyCSS

Online CSS3 Code Generator With a Simple Graphical Interface

Cos'è EnjoyCSS?

EnjoyCSS è un'estensione di Chrome sviluppata da https://enjoycss.com, e la sua funzione principale è "Online CSS3 Code Generator With a Simple Graphical Interface".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EnjoyCSS

Scarica i file di estensione EnjoyCSS 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

                        EnjoyCSS is a free online CSS3 generator. Its handy and simple UI allows you to adjust rich graphical styles quickly and without coding. 

With EnjoyCSS, you can make ‪2D‬ and ‪3D‬ transforms, multiple complex ‪transitions‬, multiple linear and radial ‪‎gradients‬, text shadows and much more.

The tool has its own gallery of ready CSS solutions to experiment with.

EnjoyCSS delivers required vendor prefixes, cross-browser compatibility and high-quality code.                    

Informazioni di Base sull'Estensione

Nome EnjoyCSS EnjoyCSS
ID glaicnlmooddlibnipmedfkfjkphoklc
URL Ufficiale https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc
Descrizione Online CSS3 Code Generator With a Simple Graphical Interface
Dimensione del File 13.37 KB
Conteggio Installazioni 3,118
Versione Corrente 0.1.0.4
Ultimo Aggiornamento 2014-10-23
Data di Pubblicazione 2014-10-23
Valutazione 4.54/5 Totale 24 Valutazioni
Sviluppatore https://enjoycss.com
Tipo di Pagamento free
Sito Web dell'Estensione http://enjoycss.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EnjoyCSS",
    "short_name": "Online CSS3 Generator EnjoyCSS",
    "version": "0.1.0.4",
    "description": "Online CSS3 Code Generator With a Simple Graphical Interface",
    "icons": {
        "16": "enjoycss_16.png",
        "48": "enjoycss_48.png",
        "128": "enjoycss_128.png"
    },
    "browser_action": {
        "default_icon": "enjoycss_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}