EnjoyCSS
Online CSS3 Code Generator With a Simple Graphical Interface
Apa itu EnjoyCSS?
EnjoyCSS adalah ekstensi Chrome yang dikembangkan oleh https://enjoycss.com, dan fitur utamanya adalah "Online CSS3 Code Generator With a Simple Graphical Interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EnjoyCSS
Unduh file ekstensi EnjoyCSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | EnjoyCSS |
ID | glaicnlmooddlibnipmedfkfjkphoklc |
URL Resmi | https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc |
Deskripsi | Online CSS3 Code Generator With a Simple Graphical Interface |
Ukuran File | 13.37 KB |
Jumlah Instalasi | 3,118 |
Versi Saat Ini | 0.1.0.4 |
Terakhir Diperbarui | 2014-10-23 |
Tanggal Publikasi | 2014-10-23 |
Penilaian | 4.54/5 Total 24 Penilaian |
Pengembang | https://enjoycss.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://enjoycss.com/ |
Bahasa yang Didukung | 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" ] } } |