EnjoyCSS

Online CSS3 Code Generator With a Simple Graphical Interface

什麼是EnjoyCSS?

EnjoyCSS是由https://enjoycss.com開發的Chrome擴展程式,該擴展的主要功能是“Online CSS3 Code Generator With a Simple Graphical Interface”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載EnjoyCSS擴展crx文件

下載EnjoyCSS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 EnjoyCSS EnjoyCSS
ID glaicnlmooddlibnipmedfkfjkphoklc
官方網址 https://chromewebstore.google.com/detail/enjoycss/glaicnlmooddlibnipmedfkfjkphoklc
簡介 Online CSS3 Code Generator With a Simple Graphical Interface
檔案大小 13.37 KB
安裝次數 3,118
目前版本 0.1.0.4
更新時間 2014-10-23
上架時間 2014-10-23
評分 4.54/5 共 24 次評分
開發者 https://enjoycss.com
付費類型 free
擴展官網 http://enjoycss.com/
支援的語言 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"
        ]
    }
}