EnjoyCSS
Online CSS3 Code Generator With a Simple Graphical Interface
What is EnjoyCSS?
EnjoyCSS is a Chrome extension developed by https://enjoycss.com, and its main feature is "Online CSS3 Code Generator With a Simple Graphical Interface".
Extension Screenshots
Download EnjoyCSS Extension CRX File
Download EnjoyCSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | EnjoyCSS |
ID | glaicnlmooddlibnipmedfkfjkphoklc |
Official URL | https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc |
Description | Online CSS3 Code Generator With a Simple Graphical Interface |
File Size | 13.37 KB |
Installation Count | 3,118 |
Current Version | 0.1.0.4 |
Last Updated | 2014-10-23 |
Publish Date | 2014-10-23 |
Rating | 4.54/5 Total 24 Ratings |
Developer | https://enjoycss.com |
Payment Type | free |
Extension Website | http://enjoycss.com/ |
Supported Languages | 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" ] } } |