UI Component Creator

UI Component Creator

Easily create UI components by adjusting sliders to get a preview and then simply copying the CSS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UI Component Creator",
  "description": "Easily create UI components by adjusting sliders to get a preview and then simply copying the CSS.",
  "version": "1.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "UI-component-extension.png"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ]
}