EnjoyCSS

Online CSS3 Code Generator With a Simple Graphical Interface

Qu'est-ce que EnjoyCSS ?

EnjoyCSS est une extension Chrome développée par https://enjoycss.com, et sa fonction principale est "Online CSS3 Code Generator With a Simple Graphical Interface".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EnjoyCSS

Téléchargez les fichiers d'extension EnjoyCSS 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

                        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.                    

Informations de Base sur l'Extension

Nom EnjoyCSS EnjoyCSS
ID glaicnlmooddlibnipmedfkfjkphoklc
URL Officiel https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc
Description Online CSS3 Code Generator With a Simple Graphical Interface
Taille du Fichier 13.37 KB
Nombre d'Installations 3,118
Version Actuelle 0.1.0.4
Dernière Mise à Jour 2014-10-23
Date de Publication 2014-10-23
Évaluation 4.54/5 Total 24 Évaluations
Développeur https://enjoycss.com
Type de Paiement free
Site Web de l'Extension http://enjoycss.com/
Langues Prises en Charge 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"
        ]
    }
}