EnjoyCSS
Online CSS3 Code Generator With a Simple Graphical Interface
Wat is EnjoyCSS?
EnjoyCSS is een Chrome-extensie ontwikkeld door https://enjoycss.com, en de belangrijkste functie is "Online CSS3 Code Generator With a Simple Graphical Interface".
Extensie Screenshots
Download het CRX-bestand van de extensie EnjoyCSS
Download EnjoyCSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | EnjoyCSS |
ID | glaicnlmooddlibnipmedfkfjkphoklc |
Officiële URL | https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc |
Beschrijving | Online CSS3 Code Generator With a Simple Graphical Interface |
Bestandsgrootte | 13.37 KB |
Aantal Installaties | 3,118 |
Huidige Versie | 0.1.0.4 |
Laatst Bijgewerkt | 2014-10-23 |
Publicatiedatum | 2014-10-23 |
Beoordeling | 4.54/5 Totaal 24 Beoordelingen |
Ontwikkelaar | https://enjoycss.com |
Betalingswijze | free |
Extensiewebsite | http://enjoycss.com/ |
Ondersteunde Talen | 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" ] } } |