EnjoyCSS
Online CSS3 Code Generator With a Simple Graphical Interface
Was ist EnjoyCSS?
EnjoyCSS ist eine Chrome-Erweiterung, die von https://enjoycss.com entwickelt wurde, und ihr Hauptmerkmal ist "Online CSS3 Code Generator With a Simple Graphical Interface".
Erweiterungsscreenshots
EnjoyCSS-Erweiterungs-CRX-Datei herunterladen
Laden Sie EnjoyCSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | EnjoyCSS |
ID | glaicnlmooddlibnipmedfkfjkphoklc |
Offizielle URL | https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc |
Beschreibung | Online CSS3 Code Generator With a Simple Graphical Interface |
Dateigröße | 13.37 KB |
Installationsanzahl | 3,118 |
Aktuelle Version | 0.1.0.4 |
Letztes Update | 2014-10-23 |
Veröffentlichungsdatum | 2014-10-23 |
Bewertung | 4.54/5 Insgesamt 24 Bewertungen |
Entwickler | https://enjoycss.com |
Zahlungsart | free |
Erweiterungswebsite | http://enjoycss.com/ |
Unterstützte Sprachen | 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" ] } } |